diff --git a/README.md b/README.md index 30a54c1..7df812a 100644 --- a/README.md +++ b/README.md @@ -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.