Added requirements installation commands

This commit is contained in:
Observer KRypt0n_ 2021-10-28 19:41:38 +02:00
parent ea5fa17039
commit eda097b67a
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA

View file

@ -21,12 +21,25 @@ Download from [Releases](https://notabug.org/nobody/an-anime-game-launcher/relea
To work this launcher requires
* wine
* winecfg
* winetricks
* unzip
* tar
* git
## Install
### apt-get
```sh
sudo apt-get install wine winetricks unzip tar git
```
### pacman
```sh
sudo pacman -Syu wine winetricks unzip tar git
```
# Development
## Build from source