Skip to content

Commit

Permalink
Update installation.mdx with proxy setting detauls (#884)
Browse files Browse the repository at this point in the history
Adding a note about how to set up a proxy
  • Loading branch information
sahuguet authored Nov 21, 2024
1 parent d342a2f commit 607934c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 607934c

Please sign in to comment.