From 0afcadcfd1f7c93cb8497e09f442b7a20bde2043 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 29 Jun 2019 16:52:36 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a42bcd44d..8f29a49c39 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installing V: https://github.com/vlang/v#installing-v-from-source - Easy cross compilation - REPL -V 1.0 release is planned for December 2019. +V 1.0 release is planned for December 2019. Right now V is in an alpha stage. ## Notes @@ -97,7 +97,7 @@ Make sure the `C:/mingw-w64/bin` directory is in system's PATH. ```bash # You can clone V anywhere git clone https://github.com/vlang/v -cd v/compiler +cd v # Download the V compiler's source translated to C curl -sO https://raw.githubusercontent.com/vlang/vc/master/v.c gcc -std=gnu11 -w -o v.exe v.c # Build it with GCC