docs: add install script from github option (#102)
This commit is contained in:
parent
7e6453664e
commit
164588dca3
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ This will install the binary on your system in `/usr/local/bin`. This is only a
|
|||
podman run --rm ghcr.io/blue-build/cli:latest-installer | bash
|
||||
```
|
||||
|
||||
### Github Install Script
|
||||
|
||||
```bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/blue-build/cli/main/install.sh)
|
||||
```
|
||||
|
||||
## How to use
|
||||
|
||||
### Templating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue