diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-01-12 20:13:26 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-01-12 20:13:26 +0000 |
commit | e27e873b7b3658ad193b1b68cc818a0ad88dffb3 (patch) | |
tree | 4e3797299186ea9ac9715fcf003d99e87295cc36 | |
parent | fba0f33f1b0885023a4113641ce703a9ce6e477f (diff) | |
download | Nim-e27e873b7b3658ad193b1b68cc818a0ad88dffb3.tar.gz |
Add info about twitter and bootstrapping from github to website.
-rw-r--r-- | install.txt | 6 | ||||
-rw-r--r-- | web/community.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/install.txt b/install.txt index 11c502235..2883c8495 100644 --- a/install.txt +++ b/install.txt @@ -62,3 +62,9 @@ Currently, the following C compilers are supported under Windows: | http://www.digitalmars.com/download/freecompiler.html However, most testing is done with GCC. + +Bootstrapping from Github +------------------------- + +Take a look at the readme file on github `here <https://github.com/Araq/Nimrod#readme>`_ +for instructions. diff --git a/web/community.txt b/web/community.txt index 6e2306f8f..b9a0a4196 100644 --- a/web/community.txt +++ b/web/community.txt @@ -9,6 +9,8 @@ Bug reports: http://github.com/Araq/Nimrod/issues. For quickest feedback, join our IRC channel: irc://irc.freenode.net/nimrod (logs at `<http://build.nimrod-code.org/irclogs/>`_). +Check out our Twitter account for latest news and announcements: `@nimrodlang <http://twitter.com/nimrodlang>`_. + How to help =========== |