From 73e8d9cb8ded0c5fd12b9bbe308db8dd9946ec97 Mon Sep 17 00:00:00 2001 From: Andy Kopra Date: Tue, 30 Jun 2026 16:55:32 +0200 Subject: [PATCH] README: add clone command and Get-the-code section Show the actual Gitea clone command up front, before the existing "from a clone" instructions. Note the access prerequisites (Gitea account + SSH key, HTTPS alternative) and that credentials come from each developer's own tablet, not the repo. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 030a587..c84e8cb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,21 @@ links. You should not need any information that isn't in this repository. - **Project plan & history** → [`doc/Chatter_implementation.md`](doc/Chatter_implementation.md) +## Get the code + +``` +git clone git@git.andykopra.com:ack/chatter.git +cd chatter +``` + +Cloning needs an account on the Gitea server at `git.andykopra.com` with read +access to `ack/chatter`, and your SSH public key added to it (Gitea → Settings → +SSH Keys). HTTPS also works: `git clone https://git.andykopra.com/ack/chatter.git`. + +The clone gives you the code only. Tablet access (root password, IPs) comes from +*your own* tablet's Copyright-and-licenses screen, not from this repo — see +**Quick install** step 1. + ## Repository layout ```