summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-29 14:36:34 +0300
committerorhun <orhun@archlinux.org>2021-05-29 14:36:34 +0300
commit9cf0fdf495291788ce69e38ece4712d9a5f8b47e (patch)
treea6ab77b17a19cbcf3962ed037a619aec30302233
parent63caf5be367774b852819c8d4af93cffea4270b0 (diff)
docs: Add Arch Linux installation instructions to README.md
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec9a90a..88ac184 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ It aims to ease the key management operations such as listing/exporting/signing
- [Requirements](#requirements)
- [Installation](#installation)
- [Cargo](#cargo)
+ - [Arch Linux](#arch-linux)
- [Docker](#docker)
- [Docker Hub](#docker-hub)
- [Using the Dockerfile](#using-the-dockerfile)
@@ -98,6 +99,22 @@ It aims to ease the key management operations such as listing/exporting/signing
cargo install gpg-tui
```
+### Arch Linux
+
+**gpg-tui** can be installed using available [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=gpg-tui&outdated=&SB=n&SO=a&PP=50&do_Search=Go) with an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers):
+
+```
+paru gpg-tui
+```
+
+Or if you prefer, you can clone the [AUR packages](https://aur.archlinux.org/packages/?O=0&SeB=b&K=gpg-tui&outdated=&SB=n&SO=a&PP=50&do_Search=Go) and compile them with [makepkg](https://wiki.archlinux.org/index.php/Makepkg):
+
+```
+git clone https://aur.archlinux.org/gpg-tui.git
+cd gpg-tui/
+makepkg -si
+```
+
### Docker
#### Docker Hub
@@ -525,6 +542,8 @@ gpg-tui --splash --style colored
### Packaging
+[![Packaging status](https://img.shields.io/repology/repositories/gpg-tui?label=in%20repositories&style=flat&labelColor=424242&color=1d1d1d&logoColor=white)](https://repology.org/project/gpg-tui/versions)
+
**gpg-tui** should be more and easily accessible for other platforms/distributions. Thus, it should be packaged for package managers such as [Homebrew](https://brew.sh/) and [APT](https://en.wikipedia.org/wiki/APT_(software)). If you're a packager and want to contribute, feel free to [submit an issue](https://github.com/orhun/gpg-tui/issues/new/choose) or [start a discussion](https://github.com/orhun/gpg-tui/discussions/new)!
### Command-Line Fallback