diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-07 20:07:16 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-07 20:10:26 +0200 |
commit | 121bb912080570854f5d11683d961f670a8ba749 (patch) | |
tree | a7d4aa04c8f8a4c1393b5c82f8b8d58d459665e8 /README.md | |
parent | b17c3aec6953d749eccaa9a8537e6d588fe837ec (diff) | |
download | chawan-121bb912080570854f5d11683d961f670a8ba749.tar.gz |
readme: note lack of Windows support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 545e4cea..88ba7d4f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ It can also be used as a terminal pager. ## Compiling +0. Use a POSIX-compliant operating system. (Windows is not supported yet.) 1. Install the Nim compiler: <https://nim-lang.org/install.html> * 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`.) |