Update README.md

pull/969/head^2
Alexander Medvednikov 2019-07-04 02:50:33 +02:00 committed by GitHub
parent cbd78a9bc0
commit d117c0a742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ cd v
# Download the V compiler's source translated to C
curl -O https://raw.githubusercontent.com/vlang/vc/master/v.c
gcc -std=gnu11 -w -o v.exe v.c # Build it with GCC
v.exe -o v2.exe compiler # Use V to build itself to make sure it works
```