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:
+3
-2
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user