diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-07-02 15:49:00 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-07-02 15:49:00 +0200 |
commit | cf63f90d0ff8586dfba218d2dd80bdb84bf69627 (patch) | |
tree | 48d40cff45b18b3059251e93fc6ce6cd92b2c1c8 | |
parent | cb34e3721e014facda8dd8b874c5606b8e6b19cb (diff) | |
parent | ce94d13406e63fc77a72dd286f32bc164e573a70 (diff) | |
download | Nim-cf63f90d0ff8586dfba218d2dd80bdb84bf69627.tar.gz |
Merge pull request #3042 from k2nr/fix-readme-typo
fixes readme.md typo
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 740296f4f..277ceb8f3 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ To build from source you will need: If you are on a fairly modern *nix system, the following steps should work: ``` -$ git clone git://github.com/Araq/Nim.git +$ git clone git://github.com/nim-lang/Nim.git $ cd Nim $ git clone --depth 1 git://github.com/nim-lang/csources $ cd csources && sh build.sh |