From a77d6a07cd30cf1deda24df50a77ff8afe2c3df4 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Sun, 17 Sep 2023 10:41:40 -0500 Subject: [PATCH] Use the HTTPS URL in the docs SSH doesn't work unless you have a public key on your Gitea account. Obviously we don't even expect most of our users to even create a Gitea account. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d33c71b..b82d878 100644 --- a/Readme.md +++ b/Readme.md @@ -39,7 +39,7 @@ The Orca command-line tools must be installed to your system in order to use the Clone the repo, then `cd` into the `orca` directory: ``` -git clone git@git.handmade.network:hmn/orca.git +git clone https://git.handmade.network/hmn/orca.git cd orca ``` -- 2.25.1