diff --git a/docs/src/content/docs/getting-started/installation.mdx b/docs/src/content/docs/getting-started/installation.mdx index b646abba0f..ba0e6a0eca 100644 --- a/docs/src/content/docs/getting-started/installation.mdx +++ b/docs/src/content/docs/getting-started/installation.mdx @@ -201,6 +201,11 @@ If your work environment requires going through a proxy, you should use `npm ins ::: +:::note + +If your work environment requires going through a proxy, you can set one of the following environment variables (`HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy` or `https_proxy`) to have the CLI use a proxy, e.g. `HTTP_PROXY=http://proxy.acme.com:3128`. +::: + ## Next steps