diff --git a/README.md b/README.md
index ac2442a0..ad5359b2 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
[](https://github.com/Rafostar/clapper/actions/workflows/flatpak.yml)
[](https://github.com/Rafostar/clapper/actions/workflows/flatpak-nightly.yml)
[](https://crowdin.com/project/clapper)
+[](https://matrix.to/#/#clapper-player:matrix.org)
+[](https://liberapay.com/Clapper)
A GNOME media player built using [GJS](https://gitlab.gnome.org/GNOME/gjs) with [GTK4](https://www.gtk.org) toolkit.
The media player uses [GStreamer](https://gstreamer.freedesktop.org/) as a media backend and renders everything via [OpenGL](https://www.opengl.org).
@@ -38,17 +40,10 @@ List of patches used in this version can be found [here](https://github.com/Rafo
-## Packages
-#### Fedora & openSUSE
-Pre-built packages are available in [my repo](https://software.opensuse.org//download.html?project=home%3ARafostar&package=clapper) ([see status](https://build.opensuse.org/package/show/home:Rafostar/clapper)).
-Those are automatically built on each git commit, and are thus considered unstable.
+## Packages in Linux Distributions
+[](https://repology.org/project/clapper/versions)
-#### Arch Linux
-You can get Clapper from the AUR:
-* [clapper](https://aur.archlinux.org/packages/clapper) (stable version)
-* [clapper-git](https://aur.archlinux.org/packages/clapper-git)
-
-## Installation from source code
+## Installation from Source Code
```sh
meson builddir --prefix=/usr/local
sudo meson install -C builddir