Update README.md to specify where the webserver outputs to

This commit is contained in:
Lillia Elaine
2025-10-16 17:11:05 -04:00
committed by GitHub
parent c4030c632c
commit dcec567cb5

View File

@ -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.