summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorWay, No <noway@2ch.hk>2015-01-14 18:05:31 +1000
committerWay, No <noway@2ch.hk>2015-01-14 18:05:31 +1000
commitcfafa7c2b0c54702799cbae6161923dc9b9c541c (patch)
tree6e66f7fa304cc1cb25b6d1a6d3449dab9b962324 /readme.md
parented0e5d94aaa2c2b95ea31586d6361e8204c0aefc (diff)
downloadNim-cfafa7c2b0c54702799cbae6161923dc9b9c541c.tar.gz
faster way to bootstrap-build Nim
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index d5968982b..9623aa489 100644
--- a/readme.md
+++ b/readme.md
@@ -29,17 +29,13 @@ To build from source you will need:
 
 If you are on a fairly modern *nix system, the following steps should work:
 
-```
+```bash
 $ git clone git://github.com/Araq/Nim.git
 $ cd Nim
-$ git clone --depth 1 git://github.com/nim-lang/csources
-$ cd csources && sh build.sh
-$ cd ..
-$ bin/nim c koch
-$ ./koch boot -d:release
+$ ./build.sh
 ```
 
-``koch install [dir]`` may then be used to install Nim, or you can simply
+``./koch install [dir]`` may then be used to install Nim, or you can simply
 add it to your PATH. More ``koch`` related options are documented in
 [doc/koch.txt](doc/koch.txt).