diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-01 00:51:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 00:51:45 +0100 |
commit | 86c65db18d83c77374a4b3fe31060172dc40d4cd (patch) | |
tree | 64a899e115e360862c0c16044d8635155c607e77 /readme.md | |
parent | f97decaa2fbaafb90dd1e79616891cb72a754ec7 (diff) | |
download | Nim-86c65db18d83c77374a4b3fe31060172dc40d4cd.tar.gz |
Some more fixes to the readme.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 5a19a35f3..44c92d06b 100644 --- a/readme.md +++ b/readme.md @@ -52,7 +52,7 @@ Nim from source using ``gcc``, ``git`` and the ``koch`` build tool (in the place of ``sh build.sh`` you should substitute ``build.bat`` on x86 Windows or ``build64.bat`` on x86_64 Windows): -**Note: These instructions apply to the development version of the compiler.** +**Note: The following commands are for the development version of the compiler.** For most users, installing the latest stable version is enough. Check out the installation instructions on the website to do so: https://nim-lang.org/install.html. |