From c1b47e28c957aadeeb3d066818b1b679be38e068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 17 May 2023 12:28:39 +0300 Subject: [PATCH] docs(readme): add instructions for Alpine Linux --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03dcafe..9fa1db9 100644 --- a/README.md +++ b/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