Skip to content

Commit 861f9bf

Browse files
authored
Update README.md
1 parent 79399dd commit 861f9bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ $ cd ~
2323
$ mkdir scaffolder
2424
$ cd scaffolder
2525
```
26-
3. Download the latest release (repeat this step to update it in future, replace stable-v1_1 with tag of latest version):
26+
3. Download the latest release (repeat this step to update it in future, replace stable-v1_1_5 with tag of latest version if i forgot to change readme):
2727
```bash
2828
# Linux:
29-
$ wget -q -O scaffold https://github.com/cemister/scaffolder/releases/download/stable-v1_1/scaffolder_linux
29+
$ wget -q -O scaffold https://github.com/cemister/scaffolder/releases/download/stable-v1_1_5/scaffolder_linux
3030
# MacOS:
31-
$ curl -s -o scaffold https://github.com/cemister/scaffolder/releases/download/stable-v1_1/scaffolder_macos
31+
$ curl -s -o scaffold https://github.com/cemister/scaffolder/releases/download/stable-v1_1_5/scaffolder_macos
3232
```
3333

3434
4. Turn the file into an executable:
@@ -61,10 +61,10 @@ mkdir scaffolder
6161
cd scaffolder
6262
```
6363

64-
3. Download latest scaffolder windows release (repeat this step to update it, replace stable-v1 with tag of latest version):
64+
3. Download latest scaffolder windows release (repeat this step to update it, replace stable-v1 with tag of latest version if i forgot to update the readme):
6565

6666
```bash
67-
curl -s -o scaffold.exe https://github.com/cemister/scaffolder/releases/download/stable-v1_1/scaffolder_win.exe
67+
curl -s -o scaffold.exe https://github.com/cemister/scaffolder/releases/download/stable-v1_1_5/scaffolder_win.exe
6868
```
6969

7070

0 commit comments

Comments
 (0)