installer
This commit is contained in:
parent
8571daf11d
commit
467f3ca02d
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -30,6 +30,8 @@ Experimental. Breaking changes are expected to happen at this phase.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Brew
|
||||||
|
|
||||||
Linux and macOS binaries are provided via brew.
|
Linux and macOS binaries are provided via brew.
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
@ -40,6 +42,23 @@ Upgrade:
|
||||||
|
|
||||||
brew upgrade babashka
|
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).
|
You may also download a binary from [Github](https://github.com/borkdude/babashka/releases).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue