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:
parent
5b44da5ddb
commit
3e02f3b2b1
@ -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.
|
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:
|
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
|
## Upgrading V to latest version
|
||||||
If V is already installed on a machine, it can be upgraded to its latest version
|
If V is already installed on a machine, it can be upgraded to its latest version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user