From dcec567cb5dbf6dd20839d71a217b1a6cad3866d Mon Sep 17 00:00:00 2001 From: Lillia Elaine <7863608+LilliaElaine@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:11:05 -0400 Subject: [PATCH] Update README.md to specify where the webserver outputs to --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe8e8a..15f9d0a 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ Simple program to take and output the Bigscreen Beyond 2e cameras to a webserver ## Usage Clone This repo and get the dependencies with: `go get .` -To run, execute the following command within the root directory: `go run .` or build the package and run the resulting executable +To run, execute the following command within the root directory: `go run .` or build the package and run the resulting executable. + +The code by default outputs to `localhost:8080/stream/` but can be configured within the code.