From bed53f444d5c97dcaf6385ac5c38820c786c48af Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Sat, 22 Jun 2019 20:48:54 +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 adac0544d3..508447e0ae 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The rest of the directories are vlib modules: `builtin/` (strings, arrays, maps) ### Linux and macOS ```bash -mkdir -p ~/code && cd ~/code # You can use any directory +mkdir -p ~/code && cd ~/code # ~/code directory has to be used (it's a temporary limitation) git clone https://github.com/vlang/v cd v/compiler wget https://vlang.io/v.c # Download the V compiler's source translated to C