diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-01 19:38:20 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-01 19:38:20 +0200 |
commit | ddacae6eaf14082f94d324a817065bdb492dd402 (patch) | |
tree | 7792cb71015c72e56ad5b7348eb09c37494a6b98 | |
parent | af3dbce840d0d0956663ffb20012329a4c22d5dd (diff) | |
download | chawan-ddacae6eaf14082f94d324a817065bdb492dd402.tar.gz |
Update version information in README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 0b2b6a01..40f13a6d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ It also functions as a pager, similarly to w3m. ## Compiling 1. Install the nim compiler: <https://nim-lang.org/install.html> - * Please use 1.6+, older versions will probably not work. (You - can check your nim compiler's version using `nim -v`.) + * Please use 1.6.8+, 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: <http://zlib.net/> |