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

@ -48,6 +48,10 @@ When complete, you will find `HandBrakeCLI` in the `build` directory. If the gra
Install HandBrake (optional). When installing the graphical interface, icon and desktop files for the Applications menu will be also installed.
sudo make --directory=build install
If you wish to then uninstall
sudo make --directory=build uninstall
To start over, simply remove the `build` directory.