mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-17 21:50:11 +03:00
Added requirements installation commands
This commit is contained in:
parent
ea5fa17039
commit
eda097b67a
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue