Skip to content

Commit 612fb47

Browse files
Update README.md
1 parent 501e2a1 commit 612fb47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ The installation process is automated by command-line scripts. Both scripts for
2222

2323
```bash
2424
# macOS / Linux / Windows (WSL)
25-
curl -s https://get.simplelocalize.io/2.8/install | bash
25+
curl -s https://get.simplelocalize.io/2.9/install | bash
2626

2727
# Windows (PowerShell)
28-
. { iwr -useb https://get.simplelocalize.io/2.8/install-windows } | iex;
28+
. { iwr -useb https://get.simplelocalize.io/2.9/install-windows } | iex;
2929

30-
# npm (Work in progress: https://github.com/simplelocalize/simplelocalize-cli-npm)
30+
# npm - https://github.com/simplelocalize/simplelocalize-cli-npm
3131
npm install @simplelocalize/cli
3232
```
3333

0 commit comments

Comments
 (0)