diff --git a/README.md b/README.md index 77d0a82c..e3a8beb2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Experimental. Breaking changes are expected to happen at this phase. ## Installation +### Brew + Linux and macOS binaries are provided via brew. Install: @@ -40,6 +42,23 @@ Upgrade: brew upgrade babashka + +### Installer script + +Install via the installer script: + +``` shellsession +$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) +``` + +By default this will install into `/usr/local/bin`. To change this, provide the directory name: + +``` shellsession +$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) /tmp +``` + +### Download + You may also download a binary from [Github](https://github.com/borkdude/babashka/releases). ## Usage