fix mjpeg-server install command
This commit is contained in:
parent
49973aab3e
commit
bf0ef103e3
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue