From 98086e85219ca8319e92a38bc64b4b81a6f79504 Mon Sep 17 00:00:00 2001 From: Khionu Sybiern Date: Thu, 18 Apr 2024 10:39:03 -0700 Subject: [PATCH] docs(dev): update order of setup instructions This change corrects the steps order to have the krata daemon started before starting the krata networking service --- DEV.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV.md b/DEV.md index b6ed1b6..a7d49e9 100644 --- a/DEV.md +++ b/DEV.md @@ -69,8 +69,8 @@ $ ./hack/kernel/build.sh ``` 7. Copy the guest kernel image at `target/kernel/kernel-x86_64` to `/var/lib/krata/guest/kernel` to have it automatically detected by kratad. -8. Launch `./hack/debug/kratanet.sh` and keep it running in the foreground. -9. Launch `./hack/debug/kratad.sh` and keep it running in the foreground. +8. Launch `./hack/debug/kratad.sh` and keep it running in the foreground. +9. Launch `./hack/debug/kratanet.sh` and keep it running in the foreground. 10. Run kratactl to launch a guest: ```sh