From 36e2af331ec19fe793db2eb114d19c737eb263b6 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:05:26 -0600 Subject: [PATCH] Update clone command to use GitHub URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d06d95..875e246 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Clone the repository to your computer: ```bash -$ git clone git@tildegit.org:/setup.git +$ git clone git@github.com:tildedotone/setup.git $ cd setup ```