We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b89074 commit d67a41dCopy full SHA for d67a41d
README.md
@@ -23,10 +23,10 @@ The installation process is automated by command-line scripts. Both scripts for
23
24
```shell
25
# macOs / Linux / Windows (WSL)
26
-curl -s https://get.simplelocalize.io/2.7/install | bash
+curl -s https://get.simplelocalize.io/2.8/install | bash
27
28
# Windows (PowerShell)
29
-. { iwr -useb https://get.simplelocalize.io/2.7/install-windows } | iex;
+. { iwr -useb https://get.simplelocalize.io/2.8/install-windows } | iex;
30
31
# npm (Work in progress: https://github.com/simplelocalize/simplelocalize-cli-npm)
32
npm install @simplelocalize/cli
0 commit comments