From e678e3b57a61f41f211ffcea8548744fbc100083 Mon Sep 17 00:00:00 2001 From: TypeSafeSchwalbe <78918080+TypeSafeSchwalbe@users.noreply.github.com> Date: Sat, 30 Sep 2023 17:56:01 +0300 Subject: [PATCH] Markdown is hard okay --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9977de3..4e65ea4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # How to play -Download the pre-built release binary for your platform. -If you have a C compiler installed, you may instead also clone the repository and compile all the `.c`-files in the `src`-directory. -If you also happen to use Linux, you may also just simply run `run.sh` (by running `chmod +x ./run.sh` and then `./run.sh`, or by running `bash -e run.sh`) (this will use `gcc`). +Download the pre-built release binary for your platform. +If you have a C compiler installed, you may instead also clone the repository and compile all the `.c`-files in the `src`-directory. +If you also happen to use Linux, you may also just simply run `run.sh` (by running `chmod +x ./run.sh` and then `./run.sh`, or by running `bash -e run.sh`) (this will use `gcc`). The downloaded or compiled executable must be started in a terminal of your choice. Although slow because of the coloring, the Windows command prompt and Windows PowerShell were proven to work as well. Only 3-bit coloring (background and foreground) with ANSI escape sequences is used, meaning it is compatible with a wide range of terminals.