Skip to content

Commit

Permalink
README: Mention about git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhanYF authored Jan 7, 2025
1 parent 29aceb2 commit e1bccd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ nix-shell

### Building and running

First, initialize the git submodule for the cloned repository

```sh
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 e1bccd8

Please sign in to comment.