aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index e040cfa..2b89f08 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,15 @@ An Operating System for The x86 Architecture.
After entering the devshell (with direnv or `nix develop`),
```sh
-source env.sh
-b
-cm ..
-m
+mkdir build && cd build
+cmake -G Ninja ..
+ninja
```
## Running
```sh
-m run # or run-headless or run-gdb
+ninja run # or run-headless or run-gdb
```
## Authors