From b6ee25d1dde90dde336782f8ebfcc95074262b35 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Sat, 16 May 2026 18:49:29 +1000 Subject: [PATCH] Use HTTPS installation instructions Use https for the cloning --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 19b28d3..5ceef6d 100644 --- a/readme.md +++ b/readme.md @@ -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