summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
authorKeita Haga <keitahaga@msn.com>2012-12-16 03:57:17 +0900
committerKeita Haga <keitahaga@msn.com>2012-12-16 03:57:17 +0900
commitda825a0fe2842468f7e925de1f088e62c74bcd9b (patch)
tree1d26999360901cde9f867b1b11ff4f04304b2794 /readme.txt
parent77492158aca520b6f5192885147953aa35e830b2 (diff)
downloadNim-da825a0fe2842468f7e925de1f088e62c74bcd9b.tar.gz
cd to build/, before trying to extract csources.zip
Diffstat (limited to 'readme.txt')
-rwxr-xr-xreadme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index fe4542b56..d5cb35820 100755
--- a/readme.txt
+++ b/readme.txt
@@ -34,7 +34,9 @@ If you are on a fairly modern *nix system, the following steps should work:
 ```
 $ git clone git://github.com/Araq/Nimrod.git
 $ cd Nimrod
-$ unzip build/csources.zip
+$ cd build
+$ unzip csources.zip
+$ cd ..
 $ ./build.sh
 $ bin/nimrod c koch
 $ ./koch boot -d:release
@@ -61,4 +63,4 @@ developed with Nimrod, allowing you to create commercial applications.
 Read copying.txt for more details.
 
 Copyright (c) 2004-2012 Andreas Rumpf.
-All rights reserved.
\ No newline at end of file
+All rights reserved.