about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-07 19:59:45 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-07 19:59:45 +0200
commit5b53bfb43e025a64c3947974f052622c4ab60d51 (patch)
treef3c51609731a2ed6bb8061eb21e7bcd811340c17 /README.md
parentcfd00bbd38eb6af79055a7d78a6d2db22eb9dfc2 (diff)
downloadchawan-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.md2
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/>