aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:22:41 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:22:41 +0530
commit8c0859b92e15f029b6c477e3372af299acd6e260 (patch)
tree6aee506fe2f780798fc5aea7ea1c7deccb3d3f82 /README.md
parenta1de7769d8471f7343337a89fc37b4ce30d6725f (diff)
misc: delete scripts/
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