From 970bb09eca17a9d2507e977cae09ef08759a5c47 Mon Sep 17 00:00:00 2001 From: Patrick Hintermayer Date: Sat, 27 Feb 2021 13:25:30 +0100 Subject: [PATCH] doc: add windows installation recommendation (#8996) --- doc/docs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index 203ccdb9fe..c0a61c0d64 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -38,6 +38,9 @@ NB: You can also pass one of `-gcc`, `-msvc`, `-clang` to `make.bat` instead, if you do prefer to use a different C compiler, but -tcc is small, fast, and 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`. + ### Android Running V graphical apps on Android is also possible via [vab](https://github.com/vlang/vab).