Fix #1434, document installing on Alpine
This commit is contained in:
parent
683752c602
commit
7d5083ac0a
1 changed files with 6 additions and 1 deletions
|
|
@ -174,6 +174,11 @@ Upgrade:
|
||||||
|
|
||||||
You can find more documentation on how to use babashka with nix [here](./doc/nix.md).
|
You can find more documentation on how to use babashka with nix [here](./doc/nix.md).
|
||||||
|
|
||||||
|
### Alpine
|
||||||
|
|
||||||
|
On Alpine it's recommended to install via the `install` [bash
|
||||||
|
script](https://github.com/babashka/babashka#installer-script).
|
||||||
|
|
||||||
### Arch (Linux)
|
### Arch (Linux)
|
||||||
|
|
||||||
`babashka` is [available](https://aur.archlinux.org/packages/babashka-bin/) in the [Arch User Repository](https://aur.archlinux.org). It can be installed using your favorite [AUR](https://aur.archlinux.org) helper such as
|
`babashka` is [available](https://aur.archlinux.org/packages/babashka-bin/) in the [Arch User Repository](https://aur.archlinux.org). It can be installed using your favorite [AUR](https://aur.archlinux.org) helper such as
|
||||||
|
|
@ -224,7 +229,7 @@ $ ./install --static
|
||||||
|
|
||||||
### Installer script
|
### Installer script
|
||||||
|
|
||||||
Install via the installer script:
|
Install via the installer script for linux and macOS:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
|
$ curl -sLO https://raw.githubusercontent.com/babashka/babashka/master/install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue