From cfe514bea04d7aac7e4847a1c78c2560758ba373 Mon Sep 17 00:00:00 2001 From: Kied Llaentenn <32681240+Kiedtl@users.noreply.github.com> Date: Fri, 13 Dec 2019 09:50:39 -0500 Subject: [PATCH] README: edit headers --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 62ca0a5..9585317 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ > The ancient DOOM fire animation in the terminal! -### what? +## what? `fire` is a remake of the PSX DOOM fire animation in the terminal, as seen in the [ly](https://github.com/cylgom/ly) display manager. It's described nicely by Fabien Sanglard on his [blog](https://fabiensanglard.net/doom_fire_psx/index.html). -### where? -#### supported platforms +## where? +### supported platforms - Linux (musl/glibc) (*tested and supported*) - Windows (*should work, but not tested*) - (Dragonfly|Net|Free|Open)BSD: (*not tested, might work*) -#### building from source +### building from source You will need: - `git` - a c99 compiler (gcc or clang) @@ -40,7 +40,7 @@ Uninstall, if you wish: # rm -f /usr/bin/fire ``` -### how? +## how? simply run `./fire` (or `fire`, if you installed) and enjoy. ``` $ fire @@ -49,11 +49,11 @@ $ fire ### why? I'm bored -### credits +## credits Thanks to @cylgom, for inspiring me to make this project. More thanks to @cylgom, from whose repositories I sto^Hborrowed a lot of stuff :) -### license +## license This project is licensed under the MIT license. View the LICENSE.md file for more information.