From 08dc063a7a9cee1424f45b4ed9102792eb7df3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 13 Mar 2022 21:13:31 +0300 Subject: [PATCH] docs(readme): add installation instructions for Arch Linux --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4972cb6..d2f1182 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ some text cargo install rustypaste ``` +### Arch Linux + +```sh +pacman -S rustypaste +``` + ### Binary releases See the available binaries on [releases](https://github.com/orhun/rustypaste/releases/) page.