From 05a0b83bc0b8632633b9497171a21be4491118f2 Mon Sep 17 00:00:00 2001 From: Robert Barat Date: Fri, 11 Oct 2019 07:57:52 -0400 Subject: [PATCH] Clarified make/build instructions Specified downloading and CDing git repo first --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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