Skip to content

Commit df3e5fc

Browse files
authored
Merge pull request #31 from howjmay/install-readme
Add git submodule in build section in README
2 parents 8f58d6f + 7ecb19b commit df3e5fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ capable of running Linux kernel partially.
1010

1111
## Build and Run
1212

13+
Fetch required submodules (only necessary for ARM build):
14+
```shell
15+
git submodule update --init --recursive
16+
```
17+
1318
To compile:
1419
```shell
1520
make

0 commit comments

Comments
 (0)