diff --git a/docs/quickstart.md b/docs/quickstart.md index 6722a60..b2ce6a1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -19,7 +19,7 @@ powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://raw.gi !> 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**. -!> Binaries built from go source code shows Virus Positive somehow on Windows. It's Totally False Positive. For details, Please see [here](https://forum.golangbridge.org/t/my-compiled-exe-file-is-declared-as-a-virus/34038). When this happens, you need to manually add $HOME, $HOME\.vm, and the SDK-Installation-Dir you have specified, to the Trusted List. +!> Binaries built from go source code shows Virus Positive somehow on Windows. It's Totally False Positive. For details, Please see [here](https://go.dev/doc/faq#virus). When this happens, you need to manually add $HOME, $HOME\.vm, and the SDK-Installation-Dir you have specified, to the Trusted List. !> **VMR** customized command **source** for refreshing **Path** env in current powershell. diff --git a/docs/zh-cn/quickstart.md b/docs/zh-cn/quickstart.md index b79b115..8c7e505 100644 --- a/docs/zh-cn/quickstart.md +++ b/docs/zh-cn/quickstart.md @@ -30,7 +30,7 @@ powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://gvc.17 !> 如果你的系统是Win11,你需要打开**开发者模式**,因为vmr需要创建符号链接。如果你的系统是Win10,并且遇到创建符号链接失败的情况,你可以尝试在管理员权限下完成操作(**一般情况下无需管理员权限**)。 -!> 使用go源码编译得到的Windows可执行文件,经常被检测为病毒,这是**误报**,目前没有较好的办法。关于解释,详见[这里](https://juejin.cn/post/7027066330331217957)。 这种情况下,你需要手动将一些目录添加到信任列表中。需要添加到信任的目录有 **$HOME**, **$HOME/.vm**, 以及你指定的**SDK安装目录**。 +!> 使用go源码编译得到的Windows可执行文件,经常被检测为病毒,这是**误报**,目前没有较好的办法。关于解释,详见[go语言官方的解释](https://go.dev/doc/faq#virus)。 这种情况下,你需要手动将一些目录添加到信任列表中。需要添加到信任的目录有 **$HOME**, **$HOME/.vm**, 以及你指定的**SDK安装目录**。 !> **VMR**定制了**source**命令,可以用于在当前Powershell中刷新Path环境变量。