1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: put the short installation instructions directly in doc/docs.md too

This commit is contained in:
Delyan Angelov 2022-11-05 10:54:26 +02:00
parent 5b44da5ddb
commit 3e02f3b2b1
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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