docs [skip ci]

This commit is contained in:
Michiel Borkent 2022-05-17 16:56:06 +02:00
parent 0d88606c9d
commit 9b611a42fe

View file

@ -180,6 +180,8 @@ Babashka can be installed using a plugin as follows:
### Windows ### Windows
#### Scoop
On Windows you can install using [scoop](https://scoop.sh/) and the On Windows you can install using [scoop](https://scoop.sh/) and the
[scoop-clojure](https://github.com/littleli/scoop-clojure) bucket. [scoop-clojure](https://github.com/littleli/scoop-clojure) bucket.
@ -194,6 +196,12 @@ scoop bucket add extras
scoop install babashka 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 ### Installer script
Install via the installer script: Install via the installer script: