docs: add git access section to SERVER.md

This commit is contained in:
Dan 2026-01-23 11:54:09 -08:00
parent 4531f85386
commit 015a0f935c

View file

@ -19,6 +19,16 @@ git, vim, curl, tmux # Basics
opencode, bd # AI coding tools opencode, bd # AI coding tools
``` ```
## Git Access
SSH is pre-configured. Clone from Forgejo:
```bash
git clone forgejo@git.clarun.xyz:owner/repo.git
```
Note: SSH user is `forgejo`, not `git`.
## Installing Packages ## Installing Packages
**JS packages** (gemini-cli, etc.) - use bun for faster installs: **JS packages** (gemini-cli, etc.) - use bun for faster installs: