From 2c7ebdfddf2b73da82de3775c680fcf09ad71161 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 25 Sep 2020 18:47:44 +0200 Subject: [PATCH] README [skip ci] --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b477b27..73078cf5 100644 --- a/README.md +++ b/README.md @@ -152,20 +152,22 @@ On Windows you can install using [scoop](https://scoop.sh/) and the Install via the installer script: -``` shellsession +``` shell $ curl -sLO https://raw.githubusercontent.com/borkdude/babashka/master/install -$ chmod +x install && sudo ./install +$ chmod +x install +$ ./install ``` -By default this will install into `/usr/local/bin`. To change this, provide the directory name: +By default this will install into `/usr/local/bin` (you may need `sudo` for +this). To change this, provide the directory name: -``` shellsession +``` shell $ ./install --dir /tmp ``` To install a specific version, the script also supports `--version`: -``` shellsession +``` shell $ ./install --dir /tmp --version 0.2.1 ```