Author: TailyFair <kalzanauskas@gmail.com>
Include repository initialization in docker build docs
doc/buildWithDocker.md | 10 ++++++++++
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index c0d425e5403a0bf2cb9ea2046dab07eb1a4ced24..670590a6455d44aeb1b6c650d9a4e24d9d99d54c 100644 --- a/doc/buildWithDocker.md +++ b/doc/buildWithDocker.md @@ -11,6 +11,16 @@ - MCUBoot - 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.