Skip to content

Commit 04e9292

Browse files
committed
Merge branch 'main' into 909-ldap-user-group-confirmation
2 parents f552624 + 708d100 commit 04e9292

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/usage.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ npx -- @finos/git-proxy
2828
```bash
2929
npx -- @finos/git-proxy-cli
3030
```
31+
32+
If you use a proxy server to access `npm` then please note that you also need to configure your proxy for `npx` before running the above commands:
33+
34+
```bash
35+
npx config set https-proxy <company-proxy-endpoint>
36+
```

0 commit comments

Comments
 (0)