summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:31:47 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-26 23:31:47 -0500
commitb0f5922e18a40b22da88ce220a36cc20aa99b8ea (patch)
tree27c753af2601a5cd7dd505dc7c799ca1bb6d86dc /README.md
parentf3a0f37760491b29d1acd408d97b29c1c011824d (diff)
fix: chore: fix broken pipe on CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 34dfabd3..c1f63740 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,9 @@
```sh
git clone https://github.com/nekernel-org/nekernel.git
cd nekernel
-./setup_x64.sh
-./debug_ata_x64.sh # For generic ATA PIO target (QEMU)
+./setup_x64_project.sh
+./modules_ahci_x64.sh
+./debug_ahci_x64.sh # For generic ATA PIO target (QEMU)
```
- For ARM64 or other targets, see the scripts in `src/boot/`.