diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-07 20:02:22 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-07 20:02:47 +0200 |
commit | b17c3aec6953d749eccaa9a8537e6d588fe837ec (patch) | |
tree | 69409f30e5e424ec923870891cd4bcb3a9291821 | |
parent | 5b53bfb43e025a64c3947974f052622c4ab60d51 (diff) | |
download | chawan-b17c3aec6953d749eccaa9a8537e6d588fe837ec.tar.gz |
readme: clarify
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 6bed2f1c..545e4cea 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ It can also be used as a terminal pager. ## Compiling 1. Install the Nim compiler: <https://nim-lang.org/install.html> - * Please use 1.6.14, older versions will not work. (You can check - your Nim compiler's version using `nim -v`.) + * Please use 1.6.14 or newer, ideally 2.0.0. Older versions will + not work. (You can check your Nim compiler's version using `nim -v`.) 2. Install the following dependencies: * libcurl: <https://curl.se/libcurl/> * zlib: <https://zlib.net/> |