Skip to content

Commit bbccba4

Browse files
authored
Update README.md
1 parent 7f4bb4f commit bbccba4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The installation process is automated by command-line scripts. Both scripts for
3030

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

3535
# Windows (PowerShell)
36-
. { iwr -useb https://get.simplelocalize.io/2.5/install-windows } | iex;
36+
. { iwr -useb https://get.simplelocalize.io/2.6/install-windows } | iex;
3737
```
3838
3939
To change or update the CLI version, run the installation script with the desired version number in the URL, e.g.:
@@ -268,11 +268,10 @@ simplelocalize purge --apiKey <PROJECT_API_KEY>
268268
269269
## Extract translation keys
270270
271-
Extract command finds and upload translation keys from project source code at `<SEARCH_DIRECTORY>` to SimpleLocalize.
271+
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.
272272
273273
```properties
274274
simplelocalize extract
275-
--apiKey <PROJECT_API_KEY>
276275
--searchDir <SEARCH_DIRECTOR>
277276
--projectType <PROJECT_TYPE>
278277
```

0 commit comments

Comments
 (0)