Skip to content

Commit

Permalink
docs: Add references to the Alpine package
Browse files Browse the repository at this point in the history
Thanks to raspbeguy (https://github.com/raspbeguy) for creating and
maintaining the Alpine package.
  • Loading branch information
albertito committed Jan 19, 2025
1 parent deb2a2f commit 2f17f57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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], [Ubuntu], and [Arch].
* Integrated with [Debian], [Ubuntu], [Arch], and [Alpine].
* Supports using [Dovecot] for authentication.
* Useful
* Multiple/virtual domains, with per-domain users and aliases.
Expand All @@ -40,6 +40,7 @@ It's written in [Go](https://golang.org), and distributed under the


[Arch]: https://blitiri.com.ar/p/chasquid/install/#arch
[Alpine]: https://blitiri.com.ar/p/chasquid/install/#alpine
[DKIM]: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
[Debian]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu
[Dovecot]: https://blitiri.com.ar/p/chasquid/dovecot/
Expand Down
14 changes: 14 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ pacaur -S chasquid
courtesy of [foxcpp](https://github.com/foxcpp/).


### Alpine

If you're using
[Alpine](https://pkgs.alpinelinux.org/package/edge/testing/x86_64/chasquid)
(testing repo), chasquid can be installed by running:

```shell
apk add chasquid
```

Thanks to [raspbeguy](https://github.com/raspbeguy) for maintaining the Alpine
package.


### From source

To get, build and install from source, you will need a working
Expand Down

0 comments on commit 2f17f57

Please sign in to comment.