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 501e2a1 commit 612fb47Copy full SHA for 612fb47
README.md
@@ -22,12 +22,12 @@ The installation process is automated by command-line scripts. Both scripts for
22
23
```bash
24
# macOS / Linux / Windows (WSL)
25
-curl -s https://get.simplelocalize.io/2.8/install | bash
+curl -s https://get.simplelocalize.io/2.9/install | bash
26
27
# Windows (PowerShell)
28
-. { iwr -useb https://get.simplelocalize.io/2.8/install-windows } | iex;
+. { iwr -useb https://get.simplelocalize.io/2.9/install-windows } | iex;
29
30
-# npm (Work in progress: https://github.com/simplelocalize/simplelocalize-cli-npm)
+# npm - https://github.com/simplelocalize/simplelocalize-cli-npm
31
npm install @simplelocalize/cli
32
```
33
0 commit comments