diff --git a/README.md b/README.md index d563f8b..f62a729 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -[![build test](https://git.pupes.org/PoliEcho/asm-game-of-life/actions/workflows/build_test.yaml/badge.svg)](https://git.pupes.org/PoliEcho/asm-game-of-life/actions?workflow=build_test.yaml) \ No newline at end of file +# AMD64 Assembly Game of life +[![build test](https://git.pupes.org/PoliEcho/asm-game-of-life/actions/workflows/build_test.yaml/badge.svg)](https://git.pupes.org/PoliEcho/asm-game-of-life/actions?workflow=build_test.yaml) + +## Dependencies +> AMD64 Linux Kernel +### Build only +> nasm +> ld +> make + +## Download +#### TODO: add releases link + +## Build +```shell +make +``` \ No newline at end of file