Skip to content

Commit 59150e3

Browse files
authored
Update README.md
1 parent 242f8de commit 59150e3

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
@@ -22,10 +22,10 @@ The installation process is automated by command-line scripts. Both scripts for
2222

2323
```bash
2424
# macOS / Linux / Windows (WSL)
25-
curl -s https://get.simplelocalize.io/2.9/install | bash
25+
curl -s https://get.simplelocalize.io/2.10/install | bash
2626

2727
# Windows (PowerShell)
28-
. { iwr -useb https://get.simplelocalize.io/2.9/install-windows } | iex;
28+
. { iwr -useb https://get.simplelocalize.io/2.10/install-windows } | iex;
2929

3030
# npm - https://github.com/simplelocalize/simplelocalize-cli-npm
3131
npm install @simplelocalize/cli

0 commit comments

Comments
 (0)