File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ You may keep the script in the root directory of your project or install it glob
22
22
To install it globally:
23
23
24
24
``` bash
25
- sudo curl -Lf https://github.com/softwaremill/fablo/releases/download/0.2 .0/fablo.sh -o /usr/local/bin/fablo && sudo chmod +x /usr/local/bin/fablo
25
+ sudo curl -Lf https://github.com/softwaremill/fablo/releases/download/0.3 .0/fablo.sh -o /usr/local/bin/fablo && sudo chmod +x /usr/local/bin/fablo
26
26
```
27
27
28
28
To get a copy of Fablo for a single project, execute in the project root:
29
29
30
30
``` bash
31
- curl -Lf https://github.com/softwaremill/fablo/releases/download/0.2 .0/fablo.sh -o ./fablo && chmod +x ./fablo
31
+ curl -Lf https://github.com/softwaremill/fablo/releases/download/0.3 .0/fablo.sh -o ./fablo && chmod +x ./fablo
32
32
```
33
33
34
34
## Getting started
You can’t perform that action at this time.
0 commit comments