Include repository initialization in docker build docs
This commit is contained in:
parent
39d5b5c3a2
commit
782ef7902f
|
@ -11,6 +11,16 @@ Based on Ubuntu 22.04 with the following build dependencies:
|
||||||
- adafruit-nrfutil
|
- adafruit-nrfutil
|
||||||
- lv_font_conv
|
- lv_font_conv
|
||||||
|
|
||||||
|
## Clone the repository
|
||||||
|
|
||||||
|
Before building, local repository must be fully initialized.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/InfiniTimeOrg/InfiniTime.git
|
||||||
|
cd InfiniTime
|
||||||
|
git submodule update --init
|
||||||
|
```
|
||||||
|
|
||||||
## Run a container to build the project
|
## Run a container to build the project
|
||||||
|
|
||||||
The `infinitime-build` image contains all the dependencies you need.
|
The `infinitime-build` image contains all the dependencies you need.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user