Skip to content

Commit be140cf

Browse files
Update README.md
1 parent dffb5b4 commit be140cf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and it's a great tool for CI/CD pipelines and localization automation.
2121
The installation process is automated by command-line scripts. Both scripts for Windows (PowerShell) and macOS/Linux/Windows downloads a binary file with CLI, copies it to user files and makes it available to run anywhere in the system from a command-line.
2222

2323
```bash
24-
# macOs / Linux / Windows (WSL)
24+
# macOS / Linux / Windows (WSL)
2525
curl -s https://get.simplelocalize.io/2.8/install | bash
2626

2727
# Windows (PowerShell)
@@ -31,11 +31,7 @@ curl -s https://get.simplelocalize.io/2.8/install | bash
3131
npm install @simplelocalize/cli
3232
```
3333
34-
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
35-
- `https://get.simplelocalize.io/2.0.6/install` installs version 2.0.6 on macOS/Linux/Windows (WSL)
36-
- `https://get.simplelocalize.io/2.0.6/install-windows` installs version 2.0.6 on Windows (PowerShell)
37-
38-
See [releases](https://github.com/simplelocalize/simplelocalize-cli/releases) for the list of available versions.
34+
[GitHub Wiki: Installation](https://github.com/simplelocalize/simplelocalize-cli/wiki)
3935
4036
## Usage
4137
@@ -46,6 +42,8 @@ You can set `apiKey` via [configuration file](/simplelocalize-cli/wiki/Configura
4642
simplelocalize [command] ...parameters
4743
```
4844
45+
[GitHub Wiki: Usage](https://github.com/simplelocalize/simplelocalize-cli/wiki)
46+
4947
## Upload translations
5048
5149
Upload command takes your local files and uploads them to SimpleLocalize.

0 commit comments

Comments
 (0)