diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-04 11:15:30 -0500 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-04 11:15:30 -0500 |
commit | 13e6da9e2a1f1214a51007fdc73c6626005f5410 (patch) | |
tree | c1c6cd6c5b46d1a89a8f6173a428daef18a5593c | |
parent | 535f62f2eb9418455c54162d15691cb988ad2453 (diff) |
README: Update instruction to use shell aliases
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,9 +16,9 @@ An Operating System for The x86 Architecture. ./scripts/fetch-toolchain.sh source env.sh -mkdir build && cd build +b cm .. -ninja build +m ``` ## Running @@ -28,7 +28,7 @@ ninja build - QEMU (qemu-system-i386) ```sh -ninja run +mr ``` ## Authors |