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 eecc852 commit a9a36eeCopy full SHA for a9a36ee
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.4/install | bash
+curl -s https://get.simplelocalize.io/2.5/install | bash
25
26
# Windows (PowerShell)
27
-. { iwr -useb https://get.simplelocalize.io/2.4/install-windows } | iex;
+. { iwr -useb https://get.simplelocalize.io/2.5/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