diff options
| author | TailyFair <kalzanauskas@gmail.com> | 2023-08-10 22:32:19 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-08-11 21:08:26 +0200 |
| commit | 782ef7902f6576a7f5c2855e8cd13ab0ef650f6f (patch) | |
| tree | 30b66507c6f42c86a30c0a341b2d88637061b904 | |
| parent | 39d5b5c3a2e71696acb3cb639ee8de1b480eb5b8 (diff) | |
Include repository initialization in docker build docs
| -rw-r--r-- | doc/buildWithDocker.md | 10 |
1 files changed, 10 insertions, 0 deletions
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. |
