Skip to content

Commit 332c664

Browse files
authored
Update README.md
1 parent 77a3a24 commit 332c664

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 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.3/install | bash
24+
curl -s https://get.simplelocalize.io/2.4/install | bash
2525

2626
# Windows (PowerShell)
27-
. { iwr -useb https://get.simplelocalize.io/2.3/install-windows } | iex;
27+
. { iwr -useb https://get.simplelocalize.io/2.4/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.:
@@ -316,6 +316,19 @@ environment: 'production' # or 'latest'
316316
317317
```
318318
319+
## Proxy support
320+
321+
SimpleLocalize CLI supports HTTP and HTTPS proxies, and it respects the `http_proxy`, `https_proxy` environment
322+
variables.
323+
324+
Here are some examples of how to set proxy environment variables in Linux and macOS:
325+
326+
```shell
327+
export http_proxy=http://someproxy.com
328+
export http_proxy=http://someproxy.com:8080
329+
export http_proxy=http://user:[email protected]:8080
330+
```
331+
319332
## Documentation
320333
321334
Visit [simplelocalize.io/docs/cli/get-started/](https://simplelocalize.io/docs/cli/get-started/) to get more information about SimpleLocalize CLI.

0 commit comments

Comments
 (0)