brew docs
This commit is contained in:
parent
e0b24dc4dd
commit
9bb8be0a93
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -20,6 +20,20 @@ easily
|
||||||
[added](https://github.com/borkdude/babashka/blob/master/src/babashka/interpreter.clj#L10). PRs
|
[added](https://github.com/borkdude/babashka/blob/master/src/babashka/interpreter.clj#L10). PRs
|
||||||
welcome.
|
welcome.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Linux and macOS binaries are provided via brew.
|
||||||
|
|
||||||
|
Install:
|
||||||
|
|
||||||
|
brew install borkdude/brew/babashka
|
||||||
|
|
||||||
|
Upgrade:
|
||||||
|
|
||||||
|
brew upgrade babashka
|
||||||
|
|
||||||
|
You may also download a binary from [Github](https://github.com/borkdude/babashka/releases).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The first argument to `bb` is the form to be executed. There is one special
|
The first argument to `bb` is the form to be executed. There is one special
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue