update readme
This commit is contained in:
parent
310a60b1a2
commit
e777e39cf6
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
|
@ -17,7 +17,18 @@ RonRunner is a lightweight tournament scoring application for Mahjong.
|
||||||
- Python 3.8+
|
- Python 3.8+
|
||||||
- Tkinter
|
- Tkinter
|
||||||
|
|
||||||
### Linux (Arch)
|
### Package Managers (Recommended)
|
||||||
|
|
||||||
|
#### Arch Linux (AUR)
|
||||||
|
|
||||||
|
With `yay`:
|
||||||
|
```bash
|
||||||
|
yay -S ronrunner
|
||||||
|
```
|
||||||
|
|
||||||
|
### From Source
|
||||||
|
|
||||||
|
#### Linux (Arch)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S python python-tkinter
|
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
|
./ronrunner_1.0~beta1-1/usr/bin/ronrunner
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux (Debian/Ubuntu)
|
#### Linux (Debian/Ubuntu)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install python3 python3-tk
|
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
|
./ronrunner_1.0~beta1-1/usr/bin/ronrunner
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux (Fedora)
|
#### Linux (Fedora)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install python3 python3-tkinter
|
sudo dnf install python3 python3-tkinter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue