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

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
```