From 9b611a42fe8f6a0b76346dab520797c5f2d4529f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 17 May 2022 16:56:06 +0200 Subject: [PATCH] docs [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0621b10f..e479d078 100644 --- a/README.md +++ b/README.md @@ -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: