Add concrete steps to install babashka on Windows. (#732)

This commit is contained in:
alimak17 2021-02-14 20:54:44 +01:00 committed by GitHub
parent 1f9ef4eab4
commit a5fbd80b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,6 +161,17 @@ Upgrade:
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.
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 ### Installer script
Install via the installer script: Install via the installer script: