From 782ef7902f6576a7f5c2855e8cd13ab0ef650f6f Mon Sep 17 00:00:00 2001 From: TailyFair Date: Thu, 10 Aug 2023 22:32:19 +0300 Subject: [PATCH] Include repository initialization in docker build docs --- doc/buildWithDocker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.