From 314d676c9cf893f2f154eb20c81e490610cacba5 Mon Sep 17 00:00:00 2001 From: Maze Date: Sat, 8 Oct 2022 19:07:38 +0000 Subject: [PATCH] libolm is now in community --- docs/INSTALL.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 \