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 a400b26 commit f23aa04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $HOME/.vmr/vmr.sh or $HOME/.vmr/vmr.fish

### 4. Why download SDK fails? Why No SDK Found?

Lots of resources required by VMR are from github, which seems to be blocked in China. Solutions are:
Lots of resources required by VMR are from github, which seems to be slow in China. Solutions are:

- Set your own proxy with command **vmr sp "http://localhost:xxx or socks5://localhost:xxx"**.
- Set reverse proxy provided by VMR with command **vmr sr "https://proxy.vmr.us.kg/proxy/"**.
Expand Down
18 changes: 17 additions & 1 deletion docs/zh-cn/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ powershell -c "irm https://scripts.vmr.us.kg/windows | iex"
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
```

### 国内用户安装太慢怎么办?

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

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

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

### VMR安装在哪里?

```bash
Expand Down Expand Up @@ -54,7 +70,7 @@ vmr

### 无法显示SDK列表?

你需要设置代理(http或者socks5);或者你也可以设置由VMR提供的免费反向代理,详见[这里](https://docs.vmr.us.kg/#/zh-cn/usage?id=%e8%ae%be%e7%bd%ae%e4%bb%a3%e7%90%86)
你需要设置代理(http或者socks5);或者你也可以设置由VMR提供的免费反向代理,详见[这里](https://docs.vmr.us.kg/#/zh-cn/usage?id=%e8%ae%be%e7%bd%ae%e4%bb%a3%e7%90%86) **强烈建议使用自己的代理,因为反向代理不一定稳定,容易被墙**

## 更新
### 方法一
Expand Down

0 comments on commit f23aa04

Please sign in to comment.