Update README.md

pull/345/head
Alex Medvednikov 2019-06-22 20:48:54 +02:00 committed by GitHub
parent ea7bbd52c3
commit bed53f444d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The rest of the directories are vlib modules: `builtin/` (strings, arrays, maps)
### Linux and macOS
```bash
mkdir -p ~/code && cd ~/code # You can use any directory
mkdir -p ~/code && cd ~/code # ~/code directory has to be used (it's a temporary limitation)
git clone https://github.com/vlang/v
cd v/compiler
wget https://vlang.io/v.c # Download the V compiler's source translated to C