Skip to content

Commit 9da9401

Browse files
authored
Update README.md
1 parent 38eca99 commit 9da9401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The installation process is automated by command-line scripts. Both scripts for
2121

2222
```shell
2323
# macOs / Linux / Windows (WSL)
24-
curl -s https://get.simplelocalize.io/2.2/install | bash
24+
curl -s https://get.simplelocalize.io/2.3/install | bash
2525

2626
# Windows (PowerShell)
27-
. { iwr -useb https://get.simplelocalize.io/2.2/install-windows } | iex;
27+
. { iwr -useb https://get.simplelocalize.io/2.3/install-windows } | iex;
2828
```
2929
3030
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:

0 commit comments

Comments
 (0)