From bb6aabd430f46744c1cd118a9865d7318f68e87a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 7 Jan 2022 21:18:47 +0200 Subject: [PATCH] docs: update section about antivirus false positives --- doc/docs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index c3df934ef1..d08f079f2c 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -41,9 +41,10 @@ easy to install (V will download a prebuilt binary automatically). It is recommended to add this folder to the PATH of your environment variables. This can be done with the command `v.exe symlink`. -NB: Some antivirus software (like Symantec) are paranoid about executables with -names with only 1 letter (like `v.exe`). A possible workaround in that situation -is renaming `v.exe` to `vlang.exe`. +NB: Some antivirus programs (like Symantec) are paranoid about executables with +1 letter names (like `v.exe`). One possible workaround in that situation is +copying `v.exe` to `vlang.exe` (so that the copy is newer), or whitelisting the +V folder in your antivirus program. ### Android Running V graphical apps on Android is also possible via [vab](https://github.com/vlang/vab).