Added README

This commit is contained in:
itdominator 2024-07-28 22:02:51 -05:00
parent 43f8a30d69
commit e7a3ced9d3
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Pavucontrol
An audio controller to change volume, recording input, etc.
### Build
git clone the repo and change directory/open terminal at the folder. Then run the following:
* meson build
* cd build/
* ninja
### Install
* After building copy from build/src the newly created 'pavucontrol' binary to /usr/sbin/pavucontrol