mirror of
https://github.com/vlang/v.git
synced 2025-09-18 11:56:57 -04:00
Update README.md
This commit is contained in:
parent
7cd99dd762
commit
c32c02bdcb
@ -55,9 +55,9 @@ The rest of the directories are vlib modules: `builtin/` (strings, arrays, maps)
|
|||||||
### Linux and macOS
|
### Linux and macOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir ~/code && cd ~/code # ~/code directory has to be used (it's a temporary limitation)
|
# ~/code directory has to be used (it's a temporary limitation)
|
||||||
git clone https://github.com/vlang/v
|
git clone https://github.com/vlang/v ~/code/v
|
||||||
cd v/compiler
|
cd ~/code/v/compiler
|
||||||
make
|
make
|
||||||
|
|
||||||
# Or build without make:
|
# Or build without make:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user