From f8b6131bfc7e3424692cfaa6b977f7eee1d774eb Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 21 Jan 2026 11:36:58 -0500 Subject: [PATCH] fix: remove redundant manual setup from README Manual setup instructions belong in docs/CONFIGURATION.md, not README. README should only show the simple wizard path (/initial-setup). Co-Authored-By: Claude Opus 4.5 --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 518dece..c8cb860 100644 --- a/README.md +++ b/README.md @@ -182,28 +182,7 @@ The wizard handles everything: /project-sync ``` -See [docs/CONFIGURATION.md](./docs/CONFIGURATION.md) for detailed instructions. - -### Manual Setup (Alternative) - -If you prefer manual setup: - -```bash -mkdir -p ~/.config/claude - -# System-level: Gitea credentials -cat > ~/.config/claude/gitea.env << 'EOF' -GITEA_URL=https://gitea.example.com -GITEA_TOKEN=your_token -EOF -chmod 600 ~/.config/claude/gitea.env - -# Project-level: Repository specification -cat > .env << 'EOF' -GITEA_ORG=your-organization -GITEA_REPO=your-repository-name -EOF -``` +See [docs/CONFIGURATION.md](./docs/CONFIGURATION.md) for manual setup and advanced options. ## Verifying Plugin Installation