diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-16 14:58:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-16 07:58:40 +0100 |
commit | 644318ad9cbf079f33d8d7b6c5ead4a4429adb3e (patch) | |
tree | 31040c0c3ab671f188a783af0d53e753a7a3c814 /readme.md | |
parent | 78b68421da0a678deb0c17cd03345d62410dbeac (diff) | |
download | Nim-644318ad9cbf079f33d8d7b6c5ead4a4429adb3e.tar.gz |
the devel branch now uses csources_v2 (#21108)
* the devel branch now uses csources_v2 * fixes hash * bump csources_v2
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 3d32bcf87..a0f47eb41 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,7 @@ Compiling the Nim compiler is quite straightforward if you follow these steps: First, the C source of an older version of the Nim compiler is needed to bootstrap the latest version because the Nim compiler itself is written in the Nim programming language. Those C sources are available within the -[``nim-lang/csources_v1``][csources-v1-repo] repository. +[``nim-lang/csources_v2``][csources-v2-repo] repository. Next, to build from source you will need: @@ -223,7 +223,7 @@ Copyright © 2006-2022 Andreas Rumpf, all rights reserved. [nimble-repo]: https://github.com/nim-lang/nimble [nimsuggest-repo]: https://github.com/nim-lang/nimsuggest [csources-repo-deprecated]: https://github.com/nim-lang/csources -[csources-v1-repo]: https://github.com/nim-lang/csources_v1 +[csources-v2-repo]: https://github.com/nim-lang/csources_v2 [badge-nim-irc]: https://img.shields.io/badge/chat-on_irc-blue.svg?style=flat-square [badge-nim-discord]: https://img.shields.io/discord/371759389889003530?color=blue&label=discord&logo=discord&logoColor=gold&style=flat-square [badge-nim-gitter]: https://img.shields.io/badge/chat-on_gitter-blue.svg?style=flat-square |