Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomykala authored May 9, 2024
1 parent 7f4bb4f commit bbccba4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The installation process is automated by command-line scripts. Both scripts for

```shell
# macOs / Linux / Windows (WSL)
curl -s https://get.simplelocalize.io/2.5/install | bash
curl -s https://get.simplelocalize.io/2.6/install | bash

# Windows (PowerShell)
. { iwr -useb https://get.simplelocalize.io/2.5/install-windows } | iex;
. { iwr -useb https://get.simplelocalize.io/2.6/install-windows } | iex;
```
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
Expand Down Expand Up @@ -268,11 +268,10 @@ simplelocalize purge --apiKey <PROJECT_API_KEY>
## Extract translation keys
Extract command finds and upload translation keys from project source code at `<SEARCH_DIRECTORY>` to SimpleLocalize.
Extract command finds translation keys and translations from project source code at `<SEARCH_DIRECTORY>` and exports them to `extraction.json` file that uses `simplelocalize-json` file format.
```properties
simplelocalize extract
--apiKey <PROJECT_API_KEY>
--searchDir <SEARCH_DIRECTOR>
--projectType <PROJECT_TYPE>
```
Expand Down

0 comments on commit bbccba4

Please sign in to comment.