From a5fbd80b06da4844fed5b42264f9c61f9ce6211b Mon Sep 17 00:00:00 2001 From: alimak17 <32547972+alimak17@users.noreply.github.com> Date: Sun, 14 Feb 2021 20:54:44 +0100 Subject: [PATCH] Add concrete steps to install babashka on Windows. (#732) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a573af09..47b6d4de 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,17 @@ Upgrade: On Windows you can install using [scoop](https://scoop.sh/) and the [scoop-clojure](https://github.com/littleli/scoop-clojure) bucket. +Or just follow these concrete steps: +``` powershell +# Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with +# Set-ExecutionPolicy RemoteSigned -scope CurrentUser +Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') + +scoop bucket add scoop-clojure https://github.com/littleli/scoop-clojure +scoop bucket add extras +scoop install babashka +``` + ### Installer script Install via the installer script: