Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 25, 2024
1 parent f23aa04 commit 919b011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-cn/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser

这与GFW有关,你可以使用代理。

- MacOS或Linux下终端使用代理
- MacOS或Linux下终端开启代理
```bash
export ALL_PROXY="http://127.0.0.1:xxxx"
# export ALL_PROXY="socks5://127.0.0.1:xxxx"
```

- Windows的Powershell中使用代理
- Windows的Powershell中开启代理
```powershell
$env:all_proxy="http://127.0.0.1:xxxx"
# $env:all_proxy="socks5://127.0.0.1:xxxx"
Expand Down

0 comments on commit 919b011

Please sign in to comment.