README [skip ci]
This commit is contained in:
parent
582cce905f
commit
2c7ebdfddf
1 changed files with 7 additions and 5 deletions
12
README.md
12
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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue