mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
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.
This commit is contained in:
@@ -25,7 +25,7 @@ It's written in [Go](https://golang.org), and distributed under the
|
|||||||
relay, or clear-text authentication).
|
relay, or clear-text authentication).
|
||||||
* [Monitoring] HTTP server, with exported variables and tracing to help
|
* [Monitoring] HTTP server, with exported variables and tracing to help
|
||||||
debugging.
|
debugging.
|
||||||
* Integrated with [Debian] and [Ubuntu].
|
* Integrated with [Debian], [Ubuntu], and [Arch].
|
||||||
* Supports using [Dovecot] for authentication.
|
* Supports using [Dovecot] for authentication.
|
||||||
* Useful
|
* Useful
|
||||||
* Multiple/virtual domains, with per-domain users and aliases.
|
* 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.
|
* [SPF] and [MTA-STS] checking.
|
||||||
|
|
||||||
|
|
||||||
|
[Arch]: https://www.archlinux.org/
|
||||||
[Debian]: https://debian.org
|
[Debian]: https://debian.org
|
||||||
[Dovecot]: https://blitiri.com.ar/p/chasquid/docs/dovecot/
|
[Dovecot]: https://blitiri.com.ar/p/chasquid/docs/dovecot/
|
||||||
[Hooks]: https://blitiri.com.ar/p/chasquid/docs/hooks/
|
[Hooks]: https://blitiri.com.ar/p/chasquid/docs/hooks/
|
||||||
|
|||||||
@@ -11,6 +11,19 @@ If you're using Debian or Ubuntu, chasquid can be installed by running:
|
|||||||
sudo apt install chasquid
|
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
|
### From source
|
||||||
|
|
||||||
To get, build and install from source, you will need a working
|
To get, build and install from source, you will need a working
|
||||||
|
|||||||
Reference in New Issue
Block a user