summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWay, No <noway@2ch.hk>2015-01-14 19:03:04 +1000
committerWay, No <noway@2ch.hk>2015-01-14 19:03:04 +1000
commit67d5bc6b0af9cdc5b256bb52e161c59e2c448ba8 (patch)
tree60ba7f16254501d7046d6b96382a7fe4b720f067
parent39ddcef0276a0ed7dd03e6ae3bd9aa20ad2ce0e6 (diff)
downloadNim-67d5bc6b0af9cdc5b256bb52e161c59e2c448ba8.tar.gz
updated web/download.txt
-rw-r--r--web/download.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/web/download.txt b/web/download.txt
index 497781ad6..0d66247f2 100644
--- a/web/download.txt
+++ b/web/download.txt
@@ -24,7 +24,7 @@ like systems. Binary packages may be provided later.
 Download `nim-0.10.2.zip <download/nim-0.10.2.zip>`_, extract it and follow
 these instructions:
 
-* sh build.sh
+* ./build.sh
 * Add ``$your_install_dir/bin`` to your PATH.
 
 There are other ways to install Nim (like using the ``install.sh`` script),
@@ -39,11 +39,7 @@ Change the branch to suit your needs::
 
   git clone -b master git://github.com/Araq/Nim.git
   cd Nim
-  git clone -b master --depth 1 git://github.com/nim-lang/csources
-  cd csources && sh build.sh
-  cd ..
-  bin/nim c koch
-  ./koch boot -d:release
+  ./build.sh
 
 The ``master`` branch always contains the latest stable version of the compiler.
 If you want bleeding edge then switch to the ``devel`` branch and follow