From cb236b8b45f443aa338ad5cba2631972e11f7937 Mon Sep 17 00:00:00 2001 From: Filip Borum Poulsen Date: Tue, 19 Mar 2024 17:38:50 +0100 Subject: [PATCH] Add web interface access instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f61755a..c346ab6 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,9 @@ ```bash curl https://git.bpfilip.dk/fbp/video-player/raw/branch/main/install.sh | sudo bash ``` + +1. Access the web interface by typing the ip address of the pi in a web browser followed by the port `:8080`. Fx: + + ``` + http://192.168.25.219:8080 + ``` \ No newline at end of file