Fix markdown formatting in README.md. - gramscii - A simple editor for ASCII bo… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 77cefcf490d76f31fcac004debd4626e4af73545 | |
parent 11bc65417241ce068ebd65ef4670d7d3e7c9ae8d | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 24 Jul 2019 14:58:25 +0200 | |
Fix markdown formatting in README.md. | |
Diffstat: | |
M README.md | 13 ++++++------- | |
1 file changed, 6 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -19,7 +19,7 @@ external library (nope, not even ncurses!). Hence, you should… | |
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. | |