Add note about unintsall in the developer docs. #131

This commit is contained in:
sr55 2021-11-11 21:10:57 +00:00
parent ac74890a3c
commit dd6b5178bc
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5

View File

@ -49,6 +49,10 @@ Install HandBrake (optional). When installing the graphical interface, icon and
sudo make --directory=build install
If you wish to then uninstall
sudo make --directory=build uninstall
To start over, simply remove the `build` directory.
rm -rf build