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.
This commit is contained in:
Ben Visness 2023-09-17 10:41:40 -05:00
parent 0b273f1e43
commit a77d6a07cd
1 changed files with 1 additions and 1 deletions

View File

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