From 144ef8bba52eee4547b96a233a2884f85825700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 16 Dec 2024 16:14:14 +0300 Subject: [PATCH] docs: Add installation instructions for Arch Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8cd268d..fa746f9 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ cargo install smartcat Run this command again to update `smartcat`. +### Arch Linux + +If you are on Arch Linux, you can install the package from the [extra repository](https://archlinux.org/packages/extra/x86_64/smartcat/): + +``` +pacman -S smartcat +``` + ### By downloading the binary Choose the one compiled for your platform on the [release page](https://github.com/efugier/smartcat/releases).