Skip to content

Commit

Permalink
Add systray dependencies to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed May 8, 2024
1 parent 298994a commit a2238d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)*.
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)*.
Expand Down

0 comments on commit a2238d1

Please sign in to comment.