File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff 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
3030To 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] :8080330+ ` ` `
331+
319332# # Documentation
320333
321334Visit [simplelocalize.io/docs/cli/get-started/](https://simplelocalize.io/docs/cli/get-started/) to get more information about SimpleLocalize CLI.
You can’t perform that action at this time.
0 commit comments