From 12b7bde74f1d4b182cf4d0d9cc5a695e6fbdeee1 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Sat, 16 May 2026 18:55:56 +1000 Subject: [PATCH] Update readme.md --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index 6b4bc95..17cf3a1 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,23 @@ 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 https://git.harvmaster.com/Harvmaster/xo-cli.git