README [skip ci]
This commit is contained in:
parent
64367e8f58
commit
28d7dd4465
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue