From f7b49de034b3a7d2579c49c068f924d887f146e2 Mon Sep 17 00:00:00 2001 From: Andy Kopra Date: Tue, 30 Jun 2026 16:57:42 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20add=20clone=20command=20to=20technical?= =?UTF-8?q?=20reference=20=C2=A79?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put the Gitea clone command at the start of Build & deploy, since getting the source is the first build step. (Kept out of the user guide, which is end-user-only.) Co-Authored-By: Claude Opus 4.8 (1M context) --- doc/Chatter_technical_reference.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/Chatter_technical_reference.md b/doc/Chatter_technical_reference.md index e886f45..5596a27 100644 --- a/doc/Chatter_technical_reference.md +++ b/doc/Chatter_technical_reference.md @@ -288,6 +288,14 @@ its full refreshes too); we minimized *when* it happens rather than eliminating ## 9. Build & deploy +**Get the source:** clone from the Gitea server (needs an account with read +access to `ack/chatter` and your SSH key registered, or use the HTTPS URL): + +``` +git clone git@git.andykopra.com:ack/chatter.git +cd chatter +``` + **Toolchain:** official reMarkable Chiappa SDK `3.27.0.97` (Qt 6.8.2 sysroot, x86_64 host). Install, then `source environment-setup-cortexa55-remarkable-linux`.