fix mjpeg-server install command

main
Lea 2024-02-16 15:16:18 +00:00
parent 49973aab3e
commit bf0ef103e3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Next, install mjpeg-server.
```bash
sudo apt install golang
go get github.com/blueimp/mjpeg-server
go install github.com/blueimp/mjpeg-server@latest
# Verify that it was built and installed correctly.
# If you get "No such file or directory", run the `go get` command again.