From f5284ba72503d67b44d53af83485d506871cf26e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 17 Mar 2021 12:50:02 +0100 Subject: [PATCH] Point to installer for hacking --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.