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 ```