the base
This commit is contained in:
37
README.md
37
README.md
@@ -1,2 +1,39 @@
|
||||
# herolib
|
||||
|
||||
a smaller version of crystallib with only the items we need for hero
|
||||
|
||||
## automated install
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
## to install v
|
||||
|
||||
```bash
|
||||
|
||||
#~/code/github/freeflowuniverse/herolib/install_v.sh --help
|
||||
|
||||
V & HeroLib Installer Script
|
||||
|
||||
Usage: /Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh [options]
|
||||
|
||||
Options:
|
||||
-h, --help Show this help message
|
||||
--reset Force reinstallation of V
|
||||
--remove Remove V installation and exit
|
||||
--analyzer Install/update v-analyzer
|
||||
--herolib Install our herolib
|
||||
|
||||
Examples:
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh --reset
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh --remove
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh --analyzer
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh --herolib
|
||||
/Users/despiegk1/code/github/freeflowuniverse/herolib/install_v.sh --reset --analyzer # Fresh install of both
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user