From e87921f6becc5fd6fdd1c4ebe180307f65691e50 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:23:29 -0400 Subject: [PATCH] https for cloning repo (#415) if users don't have ssh keys set up "git clone git@github.com:HarbourMasters/ShipWright.git" fails. this makes it so copy/pasting the instructions should work for more users. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0a444ca4a..1f9d9fcc5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -21,7 +21,7 @@ ```bash # Clone the repo -git clone git@github.com:HarbourMasters/ShipWright.git +git clone https://github.com/HarbourMasters/Shipwright.git cd ShipWright # Copy the baserom to the OTRExporter folder cp OTRExporter