Add Gitea clone option to README

- Include both GitHub and Gitea clone commands
- Provide redundancy for repository access
- Label Gitea as alternative mirror

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David F Glidden
2025-07-27 13:40:44 +02:00
co-authored by Claude
parent 8bddc004a7
commit 6ce6e7c042
+4
View File
@@ -9,7 +9,11 @@ From zero to fully configured macOS in minutes. This dotfiles repository provide
**One command to rule them all:** **One command to rule them all:**
```bash ```bash
# From GitHub
git clone https://github.com/davidglidden/dotfiles.git ~/dotfiles && ~/dotfiles/engage git clone https://github.com/davidglidden/dotfiles.git ~/dotfiles && ~/dotfiles/engage
# From Gitea (alternative mirror)
git clone git@git.davidglidden.eu:davidglidden/dotfiles.git ~/dotfiles && ~/dotfiles/engage
``` ```
That's it! The `engage` script will guide you through a complete system setup. That's it! The `engage` script will guide you through a complete system setup.