Include repository initialization in docker build docs

main
TailyFair 2023-08-10 22:32:19 +07:00 committed by JF
parent 39d5b5c3a2
commit 782ef7902f
1 changed files with 10 additions and 0 deletions

@ -11,6 +11,16 @@ Based on Ubuntu 22.04 with the following build dependencies:
- adafruit-nrfutil
- 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
The `infinitime-build` image contains all the dependencies you need.