Skip to content

Commit e678e3b

Browse files
authored
Markdown is hard okay
1 parent d8031a0 commit e678e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# How to play
55

6-
Download the pre-built release binary for your platform.
7-
If you have a C compiler installed, you may instead also clone the repository and compile all the `.c`-files in the `src`-directory.
8-
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`).
6+
Download the pre-built release binary for your platform.
7+
If you have a C compiler installed, you may instead also clone the repository and compile all the `.c`-files in the `src`-directory.
8+
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`).
99

1010
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.
1111

0 commit comments

Comments
 (0)