summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 40beb8b..2d6fe84 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ external library (nope, not even ncurses!). Hence, you should be able to
compile and run `gramscii` on any operating system with a C90 libc
and a VT100 terminal emulator.
-I have tested it on Linux and *BSD, compiled with `gcc`,
+I have tested it on Linux and BSD, compiled with `gcc`,
`clang`, and `tcc`, and linked it against `glibc`,
`musl`, and whatever libc was available on FreeBSD, OpenBSD, and
NetBSD. It just worked.
@@ -29,14 +29,13 @@ INSTALL
Edit `config.h` and/or `config.mk` to suit your preferences.
Then just:
-```
-make
-```
+
+ make
to build `gramsci` and:
-```
-./gramscii
-```
+
+ ./gramscii
+
to execute it. `man` is your friend.