Commit Diff


commit - a14b5708c307addca346014da9b36526ddac1f67
commit + 3de9f29780b17a9f33313258c8f2cb5ab3c4faae
blob - e80a96194d5f939abb24429840ab5717151ac58f
blob + 24ae34de354ce8d1d1c0bfe18552f1832802edbd
--- README.md
+++ README.md
@@ -18,7 +18,7 @@ The following game mechanics are already implemented:
 
 ## Installation
 
-isscrolls is written in C and known to work on OpenBSD, FreeBSD and Linux.  To compile it you need the following things:
+isscrolls is written in C and tested on OpenBSD, and Linux.  To compile it you need the following things:
 
 * A C compiler (tested with both clang and GCC)
 * make (tested with both BSD and GNU make)
@@ -33,7 +33,6 @@ Install the dependencies as follows:
 
 | Operating System | Command |
 | --- | --- |
-| FreeBSD | `pkg install readline json-c` |
 | Ubuntu Linux| `apt install libreadline-dev libjson-c-dev` |
 | OpenBSD | `pkg_add json-c` |