Skip to content

Commit 7ecb19b

Browse files
committed
Add git submodule in build section in README
README didn't mention git submodules are required when building this project.
1 parent 8f58d6f commit 7ecb19b

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)