Replace gitea references with GitHub

Point the Quick Start clone command at the GitHub repo and drop the
obsolete .gitea-token ignore rule in favour of a generic secrets pattern.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
root
2026-06-15 13:34:16 -07:00
parent 47320b24d1
commit acce31ed3a
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ __pycache__/
.claude/ .claude/
CLAUDE.md CLAUDE.md
# Gitea token # Local secrets / tokens
.gitea-token *.token
.git-credentials
# OS # OS
.DS_Store .DS_Store
+1 -1
View File
@@ -39,7 +39,7 @@ Draw and edit aircraft sprites directly in the browser: pencil, eraser, line/rec
```bash ```bash
# Clone the repository # Clone the repository
git clone https://gitea.chops.one/allen/ADS-Bit.git git clone https://github.com/AllenNPIT/ADS-Bit.git
cd ADS-Bit cd ADS-Bit
# Install dependencies # Install dependencies