From e85f7a25a701b75e4d2628de74d8c1284bcbe652 Mon Sep 17 00:00:00 2001 From: Johan Smith Agudelo Rodriguez Date: Sat, 14 Jan 2017 16:27:58 -0500 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c5c3bf796..0baba0fd3 100644 --- a/README.md +++ b/README.md @@ -9,29 +9,35 @@ Installation ============ ####installation script#### -- _sh install.sh_ +please run ```./install.sh``` script Latte is now ready to be used by executing ```latte-dock``` Translators -============ +=========== -Requirements -========== -* Plasma >= 5.8.0 +Requirements +============ +We recommend that you use at least **Plasma 5.8.0** **development packages for:** ```bash Qt5Core >= 5.6.0 - Qt5Qml >= 5.6.0 - Qt5Quick >= 5.6.0 - - KF5Plasma >= 5.25.0 - KF5PlasmaQuick >= 5.25.0 - KF5WindowSystem >= 5.25.0 - KF5KDELibs4Support >= 5.25.0 - KF5CoreAddons >= 5.25.0 + Qt5X11Extras >= 5.6.0 + + KF5Plasma >= 5.26.0 + KF5PlasmaQuick >= 5.26.0 + KF5Activities >= 5.26.0 + KF5CoreAddons >= 5.26.0 + KF5DBusAddons >= 5.26.0 + KF5Declarative >= 5.26.0 + KF5Package >= 5.26.0 + KF5XmlGui >= 5.26.0 + KF5I18n >= 5.26.0 + KF5IconThemes >= 5.26.0 + KF5WindowSystem >= 5.26.0 + ``` Contributors