From e777e39cf65d0cc768b1d58abad4b33413d0853a Mon Sep 17 00:00:00 2001 From: Didictateur Date: Tue, 10 Feb 2026 18:47:10 +0100 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57ca3e8..276384e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,18 @@ RonRunner is a lightweight tournament scoring application for Mahjong. - Python 3.8+ - Tkinter -### Linux (Arch) +### Package Managers (Recommended) + +#### Arch Linux (AUR) + +With `yay`: +```bash +yay -S ronrunner +``` + +### From Source + +#### Linux (Arch) ```bash sudo pacman -S python python-tkinter @@ -27,7 +38,7 @@ chmod +x ronrunner_1.0~beta1-1/usr/bin/ronrunner ./ronrunner_1.0~beta1-1/usr/bin/ronrunner ``` -### Linux (Debian/Ubuntu) +#### Linux (Debian/Ubuntu) ```bash sudo apt install python3 python3-tk @@ -37,7 +48,7 @@ chmod +x ronrunner_1.0~beta1-1/usr/bin/ronrunner ./ronrunner_1.0~beta1-1/usr/bin/ronrunner ``` -### Linux (Fedora) +#### Linux (Fedora) ```bash sudo dnf install python3 python3-tkinter