Skip to content

Commit d67a41d

Browse files
Update README.md
1 parent 4b89074 commit d67a41d

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
@@ -23,10 +23,10 @@ The installation process is automated by command-line scripts. Both scripts for
2323

2424
```shell
2525
# macOs / Linux / Windows (WSL)
26-
curl -s https://get.simplelocalize.io/2.7/install | bash
26+
curl -s https://get.simplelocalize.io/2.8/install | bash
2727

2828
# Windows (PowerShell)
29-
. { iwr -useb https://get.simplelocalize.io/2.7/install-windows } | iex;
29+
. { iwr -useb https://get.simplelocalize.io/2.8/install-windows } | iex;
3030

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

0 commit comments

Comments
 (0)