From f9f5ca46dbc0f05fde43827fb42d8ce9a37f31fa Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Tue, 25 Jun 2019 23:02:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81be92c55f..d5ddfe005d 100644 --- a/README.md +++ b/README.md @@ -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