docs [skip ci]
This commit is contained in:
parent
0d88606c9d
commit
9b611a42fe
1 changed files with 8 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ Babashka can be installed using a plugin as follows:
|
|||
|
||||
### Windows
|
||||
|
||||
#### Scoop
|
||||
|
||||
On Windows you can install using [scoop](https://scoop.sh/) and the
|
||||
[scoop-clojure](https://github.com/littleli/scoop-clojure) bucket.
|
||||
|
||||
|
|
@ -194,6 +196,12 @@ scoop bucket add extras
|
|||
scoop install babashka
|
||||
```
|
||||
|
||||
#### Manual
|
||||
|
||||
If scoop does not work for you, then you can also just download the `bb.exe`
|
||||
binary from [Github releases](https://github.com/babashka/babashka/releases) and
|
||||
place it on your path manually.
|
||||
|
||||
### Installer script
|
||||
|
||||
Install via the installer script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue