Update clone command to use GitHub URL

This commit is contained in:
deepend-tildeclub 2025-09-24 13:05:26 -06:00 committed by GitHub
parent d5ea054109
commit 36e2af331e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
1. Clone the repository to your computer:
```bash
$ git clone git@tildegit.org:<your name>/setup.git
$ git clone git@github.com:tildedotone/setup.git
$ cd setup
```