diff --git a/README.md b/README.md index 61a696b..c38f6ff 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,14 @@ Free noises in a ready-to-use format for this plasmoid can be found in the The applet can be installed locally with ```bash +git clone https://github.com/m-pilia/plasma-applet-ambientnoise +cd plasma-applet-ambientnoise/ kpackagetool5 -t Plasma/Applet --install plasmoid ``` or globally with ```bash +git clone https://github.com/m-pilia/plasma-applet-ambientnoise +cd plasma-applet-ambientnoise/ cmake . -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` make sudo make install