From 9d2a425315c9b2d979a275351913e80187e47745 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov Date: Wed, 2 Feb 2022 23:18:42 +0500 Subject: [PATCH] Add some info to README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 -```