Add uninstall instructions

This commit is contained in:
Gabriel Dougherty 2022-05-26 00:03:54 -04:00 committed by Wim Taymans
parent 9071678643
commit d4efdb44e3

View file

@ -217,3 +217,13 @@ systemctl --user start pipewire-pulse.service pipewire-pulse.socket
You can also start additional PulseAudio servers listening on other
sockets with the -a option. See `pipewire-pulse -h` for more info.
## Uninstalling
To uninstall, in the `builddir` directory run:
```
sudo ninja uninstall
```