diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index c0d425e5..670590a6 100644 --- a/doc/buildWithDocker.md +++ b/doc/buildWithDocker.md @@ -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.