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