diff --git a/README.md b/README.md index 6dab5d1..26a749c 100644 --- a/README.md +++ b/README.md @@ -15,28 +15,26 @@ In order to port the plasmoid to KF6 I created this fork.
-## How to install the Kpple menu without Kpple OS on KDE Plasma ? +## How to install Kpple menu on KDE Plasma ? -The recommended installation method is via the KDE store. +[//]: # (The recommended installation method is via the KDE store.) #### You can also use another install method ( by git ) : Open a terminal and follow the steps below. ```bash - -git clone https://github.com/kppleos/org.kpple.kppleMenu.git -mv org.kpple.kppleMenu/package/* org.kpple.kppleMenu/ -rm org.kpple.kppleMenu/package/ -mv org.kpple.kppleMenu/ ~/.local/share/plasma/plasmoids/org.kpple.kppleMenu - +git clone https://github.com/chrtall/kppleMenu.git +chmod +x kppleMenu/install-plasmoid.sh +./kppleMenu/install-plasmoid.sh ``` -## Donate +[//]: # (## Donate) -If you like my projects and you want to support me, you can donate at: +[//]: # () +[//]: # (If you like my projects and you want to support me, you can donate at:) - +[//]: # () ## License diff --git a/install-plasmoid.sh b/install-plasmoid.sh new file mode 100644 index 0000000..77acc9b --- /dev/null +++ b/install-plasmoid.sh @@ -0,0 +1,2 @@ +#!/bin/bash +kpackagetool5 -t "Plasma/Applet" -i package/ diff --git a/reinstall-plasmoid.sh b/reinstall-plasmoid.sh index 5339f1f..fa06f20 100755 --- a/reinstall-plasmoid.sh +++ b/reinstall-plasmoid.sh @@ -1,2 +1,3 @@ +#!/bin/bash kpackagetool5 -t "Plasma/Applet" -r package/ -kpackagetool5 -t "Plasma/Applet" -i package/ \ No newline at end of file +kpackagetool5 -t "Plasma/Applet" -i package/ diff --git a/test-plasmoid.sh b/test-plasmoid.sh index 9bdf36f..b0908d9 100755 --- a/test-plasmoid.sh +++ b/test-plasmoid.sh @@ -1 +1,2 @@ -QT_LOGGING_RULES="qml.debug=true" plasmoidviewer -s 800x800 -f horizontal -x 2200 -y 200 -a package/ \ No newline at end of file +#!/bin/bash +QT_LOGGING_RULES="qml.debug=true" plasmoidviewer -s 800x800 -f horizontal -x 2200 -y 200 -a package/