Skip to content

Commit

Permalink
Merge pull request #31 from howjmay/install-readme
Browse files Browse the repository at this point in the history
Add git submodule in build section in README
  • Loading branch information
jserv authored Oct 5, 2023
2 parents 8f58d6f + 7ecb19b commit df3e5fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ capable of running Linux kernel partially.

## Build and Run

Fetch required submodules (only necessary for ARM build):
```shell
git submodule update --init --recursive
```

To compile:
```shell
make
Expand Down

0 comments on commit df3e5fc

Please sign in to comment.