Skip to content

Commit

Permalink
update readme with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsitter committed Dec 11, 2022
1 parent 976cd55 commit aa0a337
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Music Spectrum Analyzer for Plasma

![alt tag](https://github.com/apachelogger/plasma-analyzer/blob/master/data/preview.gif)

# Installing

```
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
sudo make install
```

0 comments on commit aa0a337

Please sign in to comment.