From f843abcabf237cc74497407958dc56cf2e924b6b Mon Sep 17 00:00:00 2001 From: Khionu Sybiern Date: Thu, 18 Apr 2024 11:00:48 -0700 Subject: [PATCH] docs(dev): update order of setup instructions (#98) This change corrects the steps order to have the krata daemon started before starting the krata networking service Co-authored-by: Khionu Sybiern --- 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