Installing V from source

The best way to get the latest and greatest V, is to install it from source. It is easy, and it takes only a few seconds:

git clone https://github.com/vlang/v
cd v
make

Note: If you are on windows, outside of WSL, run make.bat instead of make, in a CMD shell. Note: On Ubuntu/Debian, you may need to run sudo apt install git build-essential make first.

For more details, see the Installing V section in the README.md.