Skip to content

Commit

Permalink
Markdown is hard okay
Browse files Browse the repository at this point in the history
  • Loading branch information
schwalbe-t authored Sep 30, 2023
1 parent d8031a0 commit e678e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e678e3b

Please sign in to comment.