diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8fe7f46d..59be0671 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -163,15 +163,10 @@ sudo apk add qt5-qtquickcontrols2-dev qt5-qtsvg-dev qt5-qtimageformats \ export PATH="/usr/lib/qt5/bin:$PATH" ``` -#### Arch Linux / pacman & AUR - -**libolm** is from the AUR, this example uses -[yay](https://github.com/Jguer/yay) to install it like other packages. -Alternatively, you can just use `pacman` and -[install libolm manually](#installing-libolm-manually). +#### Arch Linux / pacman ```sh -yay -Syu qt5-base qt5-declarative qt5-quickcontrols2 qt5-svg \ +pacman -Syu qt5-base qt5-declarative qt5-quickcontrols2 qt5-svg \ qt5-graphicaleffects qt5-imageformats \ libx11 libxss alsa-lib \ python python-pip \