From dd6b5178bc60657363a60cffdf42998bdfb3170f Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 11 Nov 2021 21:10:57 +0000 Subject: [PATCH] Add note about unintsall in the developer docs. #131 --- source/docs/en/latest/developer/build-linux.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/docs/en/latest/developer/build-linux.markdown b/source/docs/en/latest/developer/build-linux.markdown index c3298912..adfe66bf 100644 --- a/source/docs/en/latest/developer/build-linux.markdown +++ b/source/docs/en/latest/developer/build-linux.markdown @@ -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.