diff --git a/README.md b/README.md
index fc2f06f..07c8cc9 100644
--- a/README.md
+++ b/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