From 3e02f3b2b138e6abf3242aaad814b3d263d6fd05 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 5 Nov 2022 10:54:26 +0200 Subject: [PATCH] docs: put the short installation instructions directly in doc/docs.md too --- doc/docs.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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