Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
include AUR instructions
[no ci]
  • Loading branch information
Vhou-Atroph committed May 20, 2024
1 parent 5c1faf1 commit 07f7b81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ For other distributions, you will need to consult your wikis:
- [Gentoo](https://wiki.gentoo.org/wiki/Tkinter)
- [NixOS](https://nixos.wiki/wiki/Python)

### Arch User Repository

If you use an Arch-based Linux distribution, you can download the calculator through the [AUR](https://aur.archlinux.org/)! To do so, you can run the following commands through your terminal:

```shell
git clone https://aur.archlinux.org/tt-damage-calculator.git
cd tt-damage-calculator
makepkg -si
```

Alternatively, you can use an AUR helper to install the package. Once it is installed, you will be able to run the program on the command line just as if you downloaded it as a Python package:

```shell
tt-damage-calculator
```

## Building

There are guides on the [repository's wiki](https://github.com/Vhou-Atroph/TT-Damage-Calculator/wiki) for building the calculator:
Expand Down

0 comments on commit 07f7b81

Please sign in to comment.