This commit is contained in:
2025-02-03 12:53:40 +03:00
parent 67562cacc2
commit 2d17938c75
3 changed files with 41 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
# herolib
a smaller version of herolib with only the items we need for hero
> [documentation here](https://freeflowuniverse.github.io/herolib/)
> [documentation of the library](https://freeflowuniverse.github.io/herolib/)
## hero install
## hero install for users
```bash
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development_kristof10/install_hero.sh > /tmp/install_hero.sh
@@ -12,7 +11,9 @@ bash /tmp/install_hero.sh
```
## automated install
this tool can be used to work with git, build books, play with hero AI, ...
## automated install for developers
```bash
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh