about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0a81b3..e456552 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 # pOS - x86 Testing OS
 
 ## Build
-`make`
+1. Setup an i686-elf cross-compiler
+2. `make`
 
 ## Run
-`make run`
+1. `make run`