From 0444fe4dfab1db53722812ecb51b1d7fe5199354 Mon Sep 17 00:00:00 2001
From: Able <abl3theabove@gmail.com>
Date: Tue, 27 Aug 2024 12:35:52 -0500
Subject: [PATCH] readme update

---
 README.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 30c2cf6..5c07362 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # AbleOS
 An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
 
+Please note that a custom target directory is not supported and support will not be added.
+
 # Community
 [Discord](https://discord.gg/JrKVukDtgs)
 
@@ -14,5 +16,6 @@ AbleOS should be able to be built on any platform which is supported by
 For running AbleOS, `repbuild` uses QEMU.
 
 ## Steps
-1. `git submodule update --init`
-2. `cargo repbuild`
+1. Ensure you have qemu installed
+2. `git submodule update --init`
+3. `cargo repbuild run`