Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed May 11, 2024
1 parent 69c1ae4 commit a7027cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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环境变量。

Expand Down

0 comments on commit a7027cb

Please sign in to comment.