...
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
## hero install for users
|
## hero install for users
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development_kristof10/install_hero.sh > /tmp/install_hero.sh
|
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
|
||||||
bash /tmp/install_hero.sh
|
bash /tmp/install_hero.sh
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -16,7 +16,7 @@ this tool can be used to work with git, build books, play with hero AI, ...
|
|||||||
## automated install for developers
|
## automated install for developers
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh
|
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_v.sh' > /tmp/install_v.sh
|
||||||
bash /tmp/install_v.sh --analyzer --herolib
|
bash /tmp/install_v.sh --analyzer --herolib
|
||||||
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ fn do() ! {
|
|||||||
mut cmd := Command{
|
mut cmd := Command{
|
||||||
name: 'hero'
|
name: 'hero'
|
||||||
description: 'Your HERO toolset.'
|
description: 'Your HERO toolset.'
|
||||||
version: '1.0.2'
|
version: '1.0.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
// herocmds.cmd_run_add_flags(mut cmd)
|
// herocmds.cmd_run_add_flags(mut cmd)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## how to tag a version and push
|
## how to tag a version and push
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib/README.md
|
cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib
|
||||||
git tag -a v1.0.2 -m "some message"
|
git tag -a v1.0.3 -m "all CI is now working"
|
||||||
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.2
|
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.3
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user