diff --git a/doc/docs.md b/doc/docs.md index ea070a3aec..84f80f70de 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -21,7 +21,14 @@ Anything you can do in other languages, you can do in V. 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: -[https://github.com/vlang/v#installing-v](https://github.com/vlang/v#installing-v---from-source-preferred-method) +```bash +git clone https://github.com/vlang/v +cd v +make +# HINT: Using Windows?: run make.bat in the cmd.exe shell +``` +For more details, see the [Installing V](https://github.com/vlang/v/blob/master/README.md#installing-v-from-source) +section in the README.md. ## Upgrading V to latest version If V is already installed on a machine, it can be upgraded to its latest version