docs(readme): add instructions for Alpine Linux

This commit is contained in:
Orhun Parmaksız 2023-05-17 12:28:39 +03:00
parent b092b0047d
commit c1b47e28c9
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 9 additions and 1 deletions

View File

@ -64,9 +64,17 @@ cargo install rustypaste
pacman -S rustypaste
```
### Alpine Linux
`rustypaste` is available for [Alpine Edge](https://pkgs.alpinelinux.org/packages?name=rustypaste&branch=edge). It can be installed via [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) after enabling the [testing repository](https://wiki.alpinelinux.org/wiki/Repositories).
```sh
apk add rustypaste
```
### Binary releases
See the available binaries on [releases](https://github.com/orhun/rustypaste/releases/) page.
See the available binaries on the [releases](https://github.com/orhun/rustypaste/releases/) page.
### Build from source