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).