Point to installer for hacking
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-17 12:50:02 +01:00
parent 293d3ff558
commit f5284ba725
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,11 @@ To update the development version, run `abra upgrade --dev`.
## Hack
It's written in Bash version 4 or greater! 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.
It's written in Bash version 4 or greater!
Install it via `curl https://install.abra.autonomic.zone | bash -s -- --dev`, then you can hack on the source in `~/.abra/src`.
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.
Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change.