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 38eca99 commit 9da9401Copy full SHA for 9da9401
README.md
@@ -21,10 +21,10 @@ The installation process is automated by command-line scripts. Both scripts for
21
22
```shell
23
# macOs / Linux / Windows (WSL)
24
-curl -s https://get.simplelocalize.io/2.2/install | bash
+curl -s https://get.simplelocalize.io/2.3/install | bash
25
26
# Windows (PowerShell)
27
-. { iwr -useb https://get.simplelocalize.io/2.2/install-windows } | iex;
+. { iwr -useb https://get.simplelocalize.io/2.3/install-windows } | iex;
28
```
29
30
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
0 commit comments