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.
This commit is contained in:
briaguya
2022-06-06 19:23:29 -04:00
committed by GitHub
parent 8cbc4d27eb
commit e87921f6be

View File

@@ -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 <path to your ROM> OTRExporter