From 3420305361c550cd1d57b277184d73d8b80cd76a Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 23 Jan 2021 16:07:08 +0100 Subject: upgraded ratuil; fix special keyboard keys in curses client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4516f54..8c9dff2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Players can fight enemies and plant crops to gather resources. _a better installation with pip will be added in the future_ -The asciifarm client requires [ratuil](https://github.com/jmdejong/ratuil) to run. +The asciifarm client requires [ratuil](https://github.com/jmdejong/ratuil) version 0.3.0 (at least) to run. To install ratuil run: python3 -m pip install --user ratuil -- cgit