summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-08-23 23:14:27 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-08-23 23:14:27 +0100
commit18033026cbc9b033bcbc1d6e62a4d7fced07feee (patch)
tree5716dcc5b9132e6800e04fcecbdfeb4f01521d6d /readme.txt
parent56d75bd23ba8e302277614aa5e0ec1ae002fb56d (diff)
downloadNim-18033026cbc9b033bcbc1d6e62a4d7fced07feee.tar.gz
Removed outdated bootstrapping info from install.txt
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 59546653b..f74f81283 100644
--- a/readme.txt
+++ b/readme.txt
@@ -6,8 +6,7 @@ documentation.
 Compiling the Nimrod compiler is quite straightforward. Because
 the Nimrod compiler itself is written in the Nimrod programming language
 the C source of an older version of the compiler are needed to bootstrap the
-latest version. The C sources are however included with this repository under
-the build directory.
+latest version. The C sources are available in a separate repo [here](http://github.com/nimrod-code/csources).
 
 Pre-compiled snapshots of the compiler are also available on
 [Nimbuild](http://build.nimrod-code.org/). Your platform however may not 
@@ -53,7 +52,7 @@ and you can also get help in the IRC channel
 on [Freenode](irc://irc.freenode.net/nimrod) in #nimrod.
 
 ## License
-The compiler and the standard library is licensed under the MIT license, 
+The compiler and the standard library are licensed under the MIT license, 
 except for some modules where the documentation suggests otherwise. This means 
 that you can use any license for your own programs developed with Nimrod, 
 allowing you to create commercial applications.