about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..b5c536d 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,8 @@
+# CHIP8 Emulator
+Barebones CHIP8 Interpreter/Emulator
+
+## Usage
+`$ ./chip8_emulator [ROM]` 
+
+## Building
+`$ make`