From 83d3f3ac5abae08d433c81ed7962514e9afbcd7f Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 12 Jul 2025 20:02:03 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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