Skip to content

Commit 31d49a1

Browse files
committed
Readme changed to 0.3.0
Signed-off-by: Piotr Hejwowski <[email protected]>
1 parent 4845ccb commit 31d49a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You may keep the script in the root directory of your project or install it glob
2222
To install it globally:
2323

2424
```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
2626
```
2727

2828
To get a copy of Fablo for a single project, execute in the project root:
2929

3030
```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
3232
```
3333

3434
## Getting started

0 commit comments

Comments
 (0)