diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-05-28 01:19:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 01:19:12 -0700 |
commit | fe7a2d60f90ac48b296b637401da2724dd160954 (patch) | |
tree | c3a08c06559a32330bc60e513ae30c7374a7fc5c /readme.md | |
parent | e62ccaa4dcc4f909e58c31be9073eb75b7f27950 (diff) | |
download | Nim-fe7a2d60f90ac48b296b637401da2724dd160954.tar.gz |
make it easier to figure out how to debug issues (#14477)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md index d34b78548..eb6b68d0d 100644 --- a/readme.md +++ b/readme.md @@ -79,6 +79,8 @@ Next run the appropriate build shell script for your platform: Finally, once you have finished the build steps (on Windows, Mac or Linux) you should add the ``bin`` directory to your PATH. +See also [rebuilding the compiler](intern.html#rebuilding-the-compiler). + ## Koch ``koch`` is the build tool used to build various parts of Nim and to generate |