aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index df117bf..65de26f 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,11 @@ An Operating System for The x86 Architecture.
### Dependencies:
-```sh
-./scripts/fetch-toolchain.sh
+> nix with flakes enabled and (optionally) direnv
+
+After entering the devshell,
+```sh
source env.sh
b
cm ..
@@ -17,12 +19,8 @@ m
## Running
-### Dependencies:
-
-- QEMU (qemu-system-i386)
-
```sh
-mr
+m run # or run-headless or run-gdb
```
## Authors