diff --git a/README.md b/README.md index c7c1b27..674ec78 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ I wanted to learn some assembly language, so I made this tiny snake game for x86 ![showcase](images/showcase.gif) -## Installation +## Download binary + +You can download a compiled version of the game from the [releases page](https://github.com/NikitaIvanovV/snake-asm/releases/). + +## Compile and install + +*[NASM](https://www.nasm.us/) is required in order to compile the game.* ```sh git clone https://github.com/NikitaIvanovV/snake-asm @@ -13,8 +19,3 @@ sudo make install ``` Uninstall with `sudo make uninstall` - -## Usage -```sh -snake-asm -```