diff options
-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 |