mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
docs(readme): add instructions for Alpine Linux
This commit is contained in:
parent
b092b0047d
commit
c1b47e28c9
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue