From d117c0a7429223441b5bb184a183ea14b090cf79 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 4 Jul 2019 02:50:33 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f1a1b2c9c..4b1c95f208 100644 --- a/README.md +++ b/README.md @@ -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 ```