diff options
author | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-03-07 12:19:31 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-03-07 12:20:17 +0100 |
commit | 9e170f1159f739edb243348fb8a214a3f8bf95d0 (patch) | |
tree | 8ac7d7d8eeee4f25a5c54e745d57fede0190d542 /readme.md | |
parent | c2630b338d6ce8e75c45bf116e8f2b687850ce4f (diff) | |
download | Nim-9e170f1159f739edb243348fb8a214a3f8bf95d0.tar.gz |
Fix typo in readme.md (there is no "build-essentials" package in Debian)
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 865724b71..34208eb5e 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Next, to build from source you will need: ``Visual C++`` or ``Intel C++``. It is recommended to use ``gcc`` 3.x or later. * Either ``git`` or ``wget`` to download the needed source repositories. - * The ``build-essentials`` package when using ``gcc`` on Ubuntu (and likely + * The ``build-essential`` package when using ``gcc`` on Ubuntu (and likely other distros as well). Then, if you are on a \*nix system or Windows, the following steps should compile |