fix mjpeg-server install command

This commit is contained in:
Lea 2024-02-16 15:16:18 +00:00
parent 49973aab3e
commit bf0ef103e3

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.