summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-12-26 20:55:33 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-12-26 20:55:33 +0100
commit70525fa83d8ec82e495366c593ef628d6c8d680b (patch)
tree9fdd4c6710b2e3ee4c7ae39f4793ee5a2f75ae61
parent311aff4c08e3f64c5b15cb1db00ee744d193ba3a (diff)
Update readmeHEADmain
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5cd0328..b38ca10 100644
--- a/README.md
+++ b/README.md
@@ -7,5 +7,13 @@
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator/#ex9e-and-exa1-skip-if-key
- http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
-## Reauired libraries
+## Required libraries
- All you need is [raylib](https://www.raylib.com/)
+
+## Installation
+
+After installing raylib on your machine:
+
+ > cd src
+ > make
+ > ./chip-8 ../res/roms/games/br8kout.ch8 \ No newline at end of file