diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-07 19:59:45 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-07 19:59:45 +0200 |
commit | 5b53bfb43e025a64c3947974f052622c4ab60d51 (patch) | |
tree | f3c51609731a2ed6bb8061eb21e7bcd811340c17 /README.md | |
parent | cfd00bbd38eb6af79055a7d78a6d2db22eb9dfc2 (diff) | |
download | chawan-5b53bfb43e025a64c3947974f052622c4ab60d51.tar.gz |
readme: update minimum required version
Older versions have some issues with non-exported symbols in macros that I'm not really interested in working around.
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 1e72f3b0..6bed2f1c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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.8+, older versions will not work. (You can check + * Please use 1.6.14, 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/> |