From 3a3b136c20f1aa0d6dd28a7e592cad3610edd684 Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Sun, 23 Jun 2019 15:54:02 +0800 Subject: [PATCH] readme: add bootstrap --- README.md | 1 + 1 file changed, 1 insertion(+) 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`.