Skip to content

Commit

Permalink
Clarified make/build instructions
Browse files Browse the repository at this point in the history
Specified downloading and CDing git repo first
  • Loading branch information
volt4ire authored and m-pilia committed Oct 25, 2019
1 parent e7c3cab commit 05a0b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05a0b83

Please sign in to comment.