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

doc: mention module shadowing (#7051)

This commit is contained in:
Lukas Neubert
2020-12-01 16:09:33 +01:00
committed by GitHub
parent 5b6eb7b2c9
commit 4f540e6ac3
2 changed files with 22 additions and 10 deletions

View File

@ -24,14 +24,14 @@ The code is available <a href='https://github.com/vlang/v/tree/master/tutorials/
```
wget https://github.com/vlang/v/releases/latest/download/linux.zip
unzip linux.zip
unzip v_linux.zip
cd v
sudo ./v symlink
```
Now V should be globally available on your system.
> On macOS use `macos.zip`, on Windows - `windows.zip`.
> On macOS use `v_macos.zip`, on Windows - `v_windows.zip`.
If you use a BSD system, Solaris, Android, or simply want to install V
from source, follow the simple instructions here:
https://github.com/vlang/v#installing-v-from-source