Add install instructions for asdf (#797) [skip ci]
This commit is contained in:
parent
24c4c62ae3
commit
5652dc7e7f
1 changed files with 7 additions and 0 deletions
|
|
@ -171,6 +171,13 @@ 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