Update README.md

This commit is contained in:
Alex Medvednikov 2019-06-25 23:02:43 +02:00 committed by GitHub
parent ea4ea7d647
commit f9f5ca46db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ cd v/compiler
make
```
Or build without make:
```
```bash
# Download the V compiler's source translated to C
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
cc -std=gnu11 -w -o v v.c # Build it with Clang or GCC