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

Update README.md

This commit is contained in:
Alex Medvednikov 2019-06-23 10:07:24 +02:00 committed by GitHub
parent 3a3b136c20
commit 0d1d5612ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ cd v/compiler
wget https://vlang.io/v.c # Download the V compiler's source translated to C
cc -w -o vc v.c # Build it with Clang or GCC
./vc -o v . # Use the resulting V binary to build V from V source
./v -o v . # Bootstrap
./v -o v . # Bootstrap the compiler to make sure it works
```
That's it! Now you have a V executable at `~/code/v/compiler/v`.