Updated dependencies list

This commit is contained in:
bepis
2026-04-23 15:07:48 +10:00
parent 88a1bc0bc1
commit 3d68a232d8

View File

@@ -25,13 +25,13 @@ TapTapLoot is launched in a rootful Xwayland instance (via a Steam launch script
```bash ```bash
# Arch Linux # Arch Linux
sudo pacman -S xdotool python-pipx sudo pacman -S gcc python-evdev xdotool python-pipx git
# Fedora / Nobara # Fedora / Nobara
sudo dnf install xdotool pipx sudo dnf install gcc python3-devel xdotool pipx git
# Debian / Ubuntu # Debian / Ubuntu / Mint
sudo apt install xdotool pipx sudo apt install gcc python3-dev xdotool pipx git
``` ```
> **Bazzite / immutable distros:** See the [Bazzite section](#bazzite--immutable-distro-installation) below. > **Bazzite / immutable distros:** See the [Bazzite section](#bazzite--immutable-distro-installation) below.