From: DeltaMikeCharlie <127641886+DeltaMikeCharlie@users.noreply.github.com> Date: Sat, 5 Jul 2025 07:47:40 +0000 (+1000) Subject: Add 'sudo make install' to the Linux build notes. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d431956cc62f80115fa17103374f7c921081d72c;p=thirdparty%2Ftvheadend.git Add 'sudo make install' to the Linux build notes. --- diff --git a/README.md b/README.md index 8e30219d9..058d695c0 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ To run the Tvheadend binary: Settings are stored in `$HOME/.hts/tvheadend`. +To install the newly compiled Tvheadend binary and associated files onto your system: + + $ sudo make install + Running on Linux ----------------