This commit is contained in:
anki-code 2020-05-01 18:08:25 +03:00
parent 87fe7e78cf
commit e81906a3af

View file

@ -93,11 +93,11 @@ xxh local +s xonsh # build xxh environment on loc
To reusing arguments and simplifying xxh usage to `xxh anyhost` there is [config file](https://github.com/xxh/xxh/wiki#config-file).
### Install xxh packages
```
```bash
xxh [+I xxh-package +I ...] [+L] [+RI xxh-package +RI ...] [+R xxh-package +R ...]
```
Different ways to set the xxh package source:
```
```yaml
xxh +I xxh-shell-example # install from https://github.com/xxh
xxh +I https://github.com/xxh/xxh-shell-example # short url for github only, for other sources use examples below or add support
xxh +I https://github.com/xxh/xxh-shell-example/tree/mybranch # short url for github only, for other sources use examples below or add support