From 3c870d3bb9791850bb76c5db339ac989f9f83bcf Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 11 Sep 2017 09:11:55 +0200 Subject: [PATCH] remove stupid shell dollar signs that make copypasta hard (#6354) --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 44570880a4..1b1e668fdd 100644 --- a/readme.md +++ b/readme.md @@ -52,14 +52,14 @@ of ``sh build.sh`` you should substitute ``build.bat`` on x86 Windows or ``build64.bat`` on x86_64 Windows): ``` -$ git clone https://github.com/nim-lang/Nim.git -$ cd Nim -$ git clone --depth 1 https://github.com/nim-lang/csources.git -$ cd csources -$ sh build.sh -$ cd ../ -$ bin/nim c koch -$ ./koch boot -d:release +git clone https://github.com/nim-lang/Nim.git +cd Nim +git clone --depth 1 https://github.com/nim-lang/csources.git +cd csources +sh build.sh +cd ../ +bin/nim c koch +./koch boot -d:release ``` Finally, once you have finished the build steps (on Windows, Mac or Linux) you