README [skip ci]
This commit is contained in:
parent
5652dc7e7f
commit
3dfc15f5a4
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -155,6 +155,15 @@ Upgrade:
|
||||||
|
|
||||||
yay -S babashka-bin
|
yay -S babashka-bin
|
||||||
|
|
||||||
|
### asdf
|
||||||
|
|
||||||
|
[asdf](https://github.com/asdf-vm/asdf) is an extendable version manager for linux and macOS.
|
||||||
|
|
||||||
|
Babashka can be installed using a plugin as follows:
|
||||||
|
|
||||||
|
asdf plugin add babashka
|
||||||
|
asdf install babashka latest
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
On Windows you can install using [scoop](https://scoop.sh/) and the
|
On Windows you can install using [scoop](https://scoop.sh/) and the
|
||||||
|
|
@ -171,13 +180,6 @@ scoop bucket add extras
|
||||||
scoop install babashka
|
scoop install babashka
|
||||||
```
|
```
|
||||||
|
|
||||||
### asdf
|
|
||||||
|
|
||||||
There's an [asdf](https://github.com/asdf-vm/asdf) plugin for babashka.
|
|
||||||
|
|
||||||
asdf plugin add babashka
|
|
||||||
asdf install babashka latest
|
|
||||||
|
|
||||||
### Installer script
|
### Installer script
|
||||||
|
|
||||||
Install via the installer script:
|
Install via the installer script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue