From bf0ef103e3079610baf496bc9ca0cf72ccc9fd9c Mon Sep 17 00:00:00 2001 From: Lea Date: Fri, 16 Feb 2024 15:16:18 +0000 Subject: [PATCH] fix mjpeg-server install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faff4b..c0d25a6 100644 --- a/README.md +++ b/README.md @@ -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.