diff --git a/README.md b/README.md index 9f1a589b0e..8ca0379e79 100644 --- a/README.md +++ b/README.md @@ -57,6 +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 ``` That's it! Now you have a V executable at `~/code/v/compiler/v`.