diff --git a/README-fr.md b/README-fr.md index 513ef19..8ec383a 100644 --- a/README-fr.md +++ b/README-fr.md @@ -38,10 +38,16 @@ Installez le paquet AUR [arch-update](https://aur.archlinux.org/packages/arch-up ### Depuis la source -Installer les dépendances : +Installez les dépendances : ```bash -sudo pacman -S --needed pacman-contrib curl htmlq diffutils hicolor-icon-theme +sudo pacman -S --needed pacman-contrib curl htmlq diffutils hicolor-icon-theme python python-pyqt6 glib2 +``` + +Si vous utilisez wayland, vous avez également besoin du paquet `qt6-wayland` pour que l'applet systray fonctionne correctement: + +```bash +sudo pacman -S --needed qt6-wayland ``` Téléchargez l'archive de la [dernière version stable](https://github.com/Antiz96/arch-update/releases/latest) et extrayez-la *(vous pouvez également cloner ce référentiel via `git`)*. diff --git a/README.md b/README.md index df7e8d8..7e104ee 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,13 @@ Install the [arch-update](https://aur.archlinux.org/packages/arch-update "arch-u Install dependencies: ```bash -sudo pacman -S --needed pacman-contrib curl htmlq diffutils hicolor-icon-theme +sudo pacman -S --needed pacman-contrib curl htmlq diffutils hicolor-icon-theme python python-pyqt6 glib2 +``` + +When using wayland, you additionally need the `qt6-wayland` package for the systray applet to work properly: + +```bash +sudo pacman -S --needed qt6-wayland ``` Download the archive of the [latest stable release](https://github.com/Antiz96/arch-update/releases/latest) and extract it *(alternatively, you can clone this repository via `git`)*.