From c32c02bdcb302b35784d08818b8d6e122e0cb544 Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Mon, 24 Jun 2019 12:00:35 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7668d07dc6..7626702d12 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ The rest of the directories are vlib modules: `builtin/` (strings, arrays, maps) ### Linux and macOS ```bash -mkdir ~/code && cd ~/code # ~/code directory has to be used (it's a temporary limitation) -git clone https://github.com/vlang/v -cd v/compiler +# ~/code directory has to be used (it's a temporary limitation) +git clone https://github.com/vlang/v ~/code/v +cd ~/code/v/compiler make # Or build without make: