Use HTTPS installation instructions

Use https for the cloning
This commit is contained in:
2026-05-16 18:49:29 +10:00
parent b4d82b8b1f
commit b6ee25d1dd

View File

@@ -9,7 +9,7 @@ mkdir xo-terminal && cd xo-terminal
# ----- Start Engine Setup -----
# Clone the Engine Repo (Note, this uses harvey's fork of the engine repo to access the cli-test branch)
git clone git@gitlab.com:Harvmaster/engine.git
git clone https://gitlab.com/Harvmaster/engine.git
# Move into teh engine directory
cd engine
@@ -29,7 +29,7 @@ cd ..
# ----- Start State Setup -----
# Clone the State Repo
git clone git@gitlab.com:Harvmaster/state.git
git clone https://gitlab.com/Harvmaster/state.git
# Move into the state directory
cd state