diff options
author | Robin Jarry <robin@jarry.cc> | 2022-01-20 20:52:11 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-20 20:52:11 +0100 |
commit | 662a82e7db47651007a2f9e3a126637801c6f2ee (patch) | |
tree | 4bf6ece46c264c0155361192540b001e160f2c2c | |
parent | a46262ee57b3c818729fb28cfa930612fd9e8834 (diff) | |
download | aerc-662a82e7db47651007a2f9e3a126637801c6f2ee.tar.gz |
readme: add package links to debian and fedora
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,8 +34,11 @@ Note that the example HTML filter (off by default), additionally needs `w3m` and ### Binary Packages Recent versions of aerc are available on: + - [Alpine](https://pkgs.alpinelinux.org/packages?name=aerc) - [Arch](https://archlinux.org/packages/community/x86_64/aerc/) +- [Debian](https://tracker.debian.org/pkg/aerc) +- [Fedora](https://packages.fedoraproject.org/pkgs/aerc/aerc/) - [macOS through Homebrew](https://formulae.brew.sh/formula/aerc) And likely other platforms. |