3 Commits

Author SHA1 Message Date
12b7bde74f Update readme.md 2026-05-16 18:55:56 +10:00
42d23fa35e Update gitea to https 2026-05-16 18:51:23 +10:00
b6ee25d1dd Use HTTPS installation instructions
Use https for the cloning
2026-05-16 18:49:29 +10:00

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
@@ -46,9 +46,26 @@ npm run build
# Move back to the top level directory
cd ..
# ----- Start Template Setup ----
# Clone the Template repo
git clone https://gitlab.com/Harvmaster/templates.git
# Move into themplates directory
cd templates
# Install deps
npm ci
#build the templates
npm run build
# ----- End Templates Setup ----
# Move back to the top level directory
cd ..
# ----- Start CLI Setup -----
# Clone the CLI Repo
git clone git@git.harvmaster.com:Harvmaster/xo-cli.git
git clone https://git.harvmaster.com/Harvmaster/xo-cli.git
# Move into the cli directory
cd xo-cli