summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--readme.md6
-rwxr-xr-xreadme.txt6
2 files changed, 8 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index fe4542b56..d5cb35820 100644
--- a/readme.md
+++ b/readme.md
@@ -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.
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.
me, fix batch file, add echoes back' href='/ahoang/Nim/commit/tests/realtimeGC/main.c?h=devel&id=e9f9f6f369f54f13eb94a126695989cdc35787a0'>e9f9f6f36 ^
c55f884b5 ^
e940e7d37 ^
c55f884b5 ^
4e2192fd1 ^

c55f884b5 ^
e940e7d37 ^




c55f884b5 ^
e940e7d37 ^






c1d0b2403 ^
e940e7d37 ^


c1d0b2403 ^
e940e7d37 ^
c55f884b5 ^
e940e7d37 ^
c55f884b5 ^
e940e7d37 ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67