Skip to content

Commit

Permalink
README: Mention about git submodule
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Velickovic <[email protected]>
Signed-off-by: Yifei Zhan <[email protected]>
  • Loading branch information
ZhanYF and Ivan-Velickovic committed Jan 8, 2025
1 parent 29aceb2 commit 35a07d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a07d3

Please sign in to comment.