Point to script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-03-04 16:31:18 +01:00
parent eec49d6dd1
commit cf2308cdd7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ See [CHANGELOG.md](./CHANGELOG.md).
curl https://install.abra.autonomic.zone | bash
```
The source for this script is [here](./installer/installer).
## Hack
It's written in Bash! Just open up the `abra` file and start hacking. Then you can run it in place with `./abra`. The command-line interface is generated via [docopt](http://docopt.org/). If you add arguments then you need to run `make docopt` ro regenerate the parser.