updated readme for submodules

This commit is contained in:
2022-08-22 14:36:52 +02:00
parent f0f1e4fd93
commit 4cf1efea7a
2 changed files with 7 additions and 2 deletions

View File

@ -11,6 +11,8 @@
## Debian Build Notes
* `apt-get install ncurses-dev git make g++`
* `git submodule init`
* `git submodule update`
* `make release`
## Create Standalone with Debian 11
@ -29,6 +31,11 @@ Instructions how to create a standalone machine that boots directly to reHDD. Th
clone this repo into /root/
```
git submodule init
git submodule update
```
`cd /root/reHDD/`
`make release`