git » chasquid » commit 6815cf1

docs: Add Arch installation instructions

author Alberto Bertogli
2020-03-28 17:45:54 UTC
committer Alberto Bertogli
2020-03-28 17:59:46 UTC
parent 43573797379b6e9364e46bc01554698bdecd040d

docs: Add Arch installation instructions

There is an AUR package for chasquid, so this patch adds references to
it in the documentation.

Thanks to Max Mazurov (fox.cpp@disroot.org) for adding the package.

README.md +2 -1
docs/install.md +13 -0

diff --git a/README.md b/README.md
index f18dead..9284718 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ It's written in [Go](https://golang.org), and distributed under the
       relay, or clear-text authentication).
     * [Monitoring] HTTP server, with exported variables and tracing to help
       debugging.
-    * Integrated with [Debian] and [Ubuntu].
+    * Integrated with [Debian], [Ubuntu], and [Arch].
     * Supports using [Dovecot] for authentication.
 * Useful
     * Multiple/virtual domains, with per-domain users and aliases.
@@ -40,6 +40,7 @@ It's written in [Go](https://golang.org), and distributed under the
     * [SPF] and [MTA-STS] checking.
 
 
+[Arch]: https://www.archlinux.org/
 [Debian]: https://debian.org
 [Dovecot]: https://blitiri.com.ar/p/chasquid/docs/dovecot/
 [Hooks]: https://blitiri.com.ar/p/chasquid/docs/hooks/
diff --git a/docs/install.md b/docs/install.md
index 9198ae7..87ec7f6 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -11,6 +11,19 @@ If you're using Debian or Ubuntu, chasquid can be installed by running:
 sudo apt install chasquid
 ```
 
+### Arch
+
+If you're using Arch, there is a
+[chasquid AUR package](https://aur.archlinux.org/packages/chasquid/) you can
+use.  See the [official Arch
+documentation](https://wiki.archlinux.org/index.php/Arch_User_Repository) for
+how to install it.  If you use the [pacaur](https://github.com/E5ten/pacaur)
+[helper](https://wiki.archlinux.org/index.php/AUR_helpers), you can just run:
+
+```shell
+pacaur -S chasquid
+```
+
 ### From source
 
 To get, build and install from source, you will need a working