Adding build and dependency information to Readme
This commit is contained in:
parent
5bbdde25ec
commit
8d51a620c8
16
readme.md
16
readme.md
|
@ -26,6 +26,22 @@
|
||||||
yaourt pagraphcontrol-git
|
yaourt pagraphcontrol-git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Optional dependencies
|
||||||
|
|
||||||
|
### PulseAudio volume peaks
|
||||||
|
For displaying audio peaks at the connectors
|
||||||
|
https://github.com/futpib/papeaks
|
||||||
|
|
||||||
|
## Building
|
||||||
|
```bash
|
||||||
|
sudo apt install npm
|
||||||
|
sudo npm install -g yarn
|
||||||
|
git clone https://github.com/futpib/pagraphcontrol.git
|
||||||
|
cd pagraphcontrol
|
||||||
|
yarn install
|
||||||
|
yarn build
|
||||||
|
```
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
### Other PulseAudio Superpowers
|
### Other PulseAudio Superpowers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user