Update README.md

pull/805/head
Alexander Medvednikov 2019-06-29 16:52:36 +02:00 committed by GitHub
parent 0bb3acef87
commit 0afcadcfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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