From 28d7dd446534692b35936c30cb0f52a3deaca26c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 28 Jul 2020 10:44:50 +0200 Subject: [PATCH] README [skip ci] --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad8d8994..0f79e0a4 100644 --- a/README.md +++ b/README.md @@ -140,13 +140,15 @@ On Windows you can install using [scoop](https://scoop.sh/) and the Install via the installer script: ``` shellsession -$ bash <(curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install) +$ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka +$ chmod +x install-babashka && sudo ./install-babashka ``` 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 +$ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka +$ chmod +x install-babashka && ./install-babashka /tmp ``` ### Download