Update README.md

pull/621/head
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
1 changed files with 1 additions and 1 deletions

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