diff --git a/docs/quickstart.md b/docs/quickstart.md index d397274..6722a60 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -6,7 +6,7 @@ Run the command below in terminal. ```bash -curl --proto '=https' --tlsv1.2 -sSf https://gvc.1710717.xyz/proxy/https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.sh | sh +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.sh | sh ``` ### For Windows @@ -14,7 +14,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://gvc.1710717.xyz/proxy/https://raw.g Run the command below in powershell. ```bash -powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://gvc.1710717.xyz/proxy/https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.ps1')" +powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.ps1')" ``` !> If you are using **VMR** on Windows11, you need to enable the **Developer Mode** as **VMR** requires to create symbolic links. If you're on Windows10, and any creating-symbolic-links-failure occurrs, you can try **VMR** with **Admin Privilege**. diff --git a/docs/zh-cn/quickstart.md b/docs/zh-cn/quickstart.md index ec94feb..70eb5e0 100644 --- a/docs/zh-cn/quickstart.md +++ b/docs/zh-cn/quickstart.md @@ -6,14 +6,14 @@ 复制以下命令,并在终端中执行。 ```bash -curl --proto '=https' --tlsv1.2 -sSf https://gvc.1710717.xyz/proxy/https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.sh | sh +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.sh | sh ``` ### Windows下的安装 复制以下命令,并在Powershell中执行。 ```bash -powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://gvc.1710717.xyz/proxy/https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.ps1')" +powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/gvcgo/version-manager/main/scripts/install.ps1')" ``` !> 如果你的系统是Win11,你需要打开**开发者模式**,因为vmr需要创建符号链接。如果你的系统是Win10,并且遇到创建符号链接失败的情况,你可以尝试在管理员权限下完成操作(**一般情况下无需管理员权限**)。