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 242f8de commit 59150e3Copy full SHA for 59150e3
README.md
@@ -22,10 +22,10 @@ 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.9/install | bash
+curl -s https://get.simplelocalize.io/2.10/install | bash
26
27
# Windows (PowerShell)
28
-. { iwr -useb https://get.simplelocalize.io/2.9/install-windows } | iex;
+. { iwr -useb https://get.simplelocalize.io/2.10/install-windows } | iex;
29
30
# npm - https://github.com/simplelocalize/simplelocalize-cli-npm
31
npm install @simplelocalize/cli
0 commit comments