From 502cb99f9f76e0d756afa31fd32d89e1b6d05aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 23 Apr 2022 19:04:56 +0300 Subject: [PATCH] docs: add instructions for installing on Arch Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc86b4f..3f55631 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,14 @@ After installing GoFish, run `jwt-cli` with: gofish install jwt-cli ``` +## Arch Linux + +`jwt-cli` is available in the Arch Linux [community repository](https://archlinux.org/packages/community/x86_64/jwt-cli/) and can be installed via [pacman](https://wiki.archlinux.org/title/Pacman): + +```sh +pacman -S jwt-cli +``` + # Usage For usage info, use the `help` command.