[docs] Update INSTALL.md - remove reference to admin.html

This commit is contained in:
chme 2020-11-22 10:25:34 +01:00
parent 95b798f44f
commit 2d9e0528e1

View File

@ -352,10 +352,8 @@ This will build the web interface and update the `htdocs` folder.
(See [README_PLAYER_WEBINTERFACE.md](README_PLAYER_WEBINTERFACE.md) for more
informations)
Building with libwebsockets is optional, but required if you want the player
web interface (so not required for the admin web interface, where websockets
only improve the UI). It will be enabled if the library is present (with
headers). Use `--without-libwebsockets` to disable.
Building with libwebsockets is required if you want the web interface. It will be enabled
if the library is present (with headers). Use `--without-libwebsockets` to disable.
Building with Pulseaudio is optional. It will be enabled if the library is
present (with headers). Use `--without-pulseaudio` to disable.