From 524a4e380caa8dff506ea793411d670695674313 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Tue, 25 Dec 2018 15:48:59 +0200 Subject: [PATCH] fixes #157 offer to install wine-stable, os that no additional questions are asked --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46ac8f0..e8679672 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Building of Windows installer can be done on Linux as well. On Ubuntu install the following packages: ``` -sudo apt-get install openjdk-11-jdk rpm fakeroot wine +sudo apt-get install openjdk-11-jdk rpm fakeroot wine-stable ``` Note: *wine* is needed for building of Windows installer.