From 5e4a6adb3268d786ca52c63be42258bdc4bd1fc4 Mon Sep 17 00:00:00 2001 From: despiegk Date: Tue, 3 Sep 2024 15:23:53 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index bf422b9..0e557b3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ ## get started +### with hero + +```bash +hero git pull -u https://git.ourworld.tf/freeflowuniverse/heroweb +cd ~/code/git.ourworld.tf/freeflowuniverse/heroweb +source myenv.sh +bash install.sh + +``` + +### without hero + Make sure to use the same paths please. ```bash @@ -23,6 +35,12 @@ bash install.sh python ~/code/git.ourworld.tf/freeflowuniverse/heroweb/poc/server.py ``` +## svelte + +```bash + +``` + ## remarks