This commit is contained in:
2025-09-14 19:08:13 +02:00
parent 6a02a45474
commit 0eaf56be91
37 changed files with 477 additions and 208 deletions

View File

@@ -32,8 +32,8 @@ requirements
- ssh key loaded for access to github
```bash
mkdir -p ~/code/github/freeflowuniverse
cd ~/code/github/freeflowuniverse
mkdir -p ~/code/github/incubaid
cd ~/code/github/incubaid
git clone git@github.com:freeflowuniverse/herolib.git
cd herolib
# checkout a branch with most recent changes
@@ -72,7 +72,7 @@ requirements
```bash
#cd in this directory
cd ~/code/github/freeflowuniverse/herolib
cd ~/code/github/incubaid/herolib
bash doc.sh
```