From e04f277e78d9a3936065d70f965de30b16198c00 Mon Sep 17 00:00:00 2001 From: ZhanYF <87886461+ZhanYF@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:12:25 +0000 Subject: [PATCH] Update README.md: Apply suggestion Co-authored-by: Ivan Velickovic <10481259+Ivan-Velickovic@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64db0e2f..3e993710 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,12 @@ nix-shell ### Building and running -First, initialize the git submodule for the cloned repository +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