From 35a07d30135e799ebd621e1b8f8bfe1a05099744 Mon Sep 17 00:00:00 2001 From: Yifei Zhan Date: Tue, 7 Jan 2025 23:49:04 +0000 Subject: [PATCH] README: Mention about git submodule Co-authored-by: Ivan Velickovic <10481259+Ivan-Velickovic@users.noreply.github.com> Signed-off-by: Yifei Zhan --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44b24ddd..51b4e8c8 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ nix-shell ### Building and running +First, initialize the repository: + +```sh +git clone https://github.com/au-ts/libvmm +cd libvmm +git submodule update --init +``` + Finally, we can simulate a basic system with a single Linux guest with the following commands: ```sh