Update README.md (#305)

Co-authored-by: Brendan Le Glaunec <brendan@glaulabs.com>
This commit is contained in:
Robert Wiggins
2022-05-16 14:32:48 +01:00
committed by GitHub
parent 1cc3eaa0fa
commit d73878a1e1
+2 -3
View File
@@ -86,9 +86,8 @@ Only use this solution if for some reason using docker is not an option for you
### Steps to install
1. `go get github.com/Ullaakut/cameradar/v5`
2. `cd $GOPATH/src/github.com/Ullaakut/cameradar/cmd/cameradar`
3. `go install`
1. `go install github.com/Ullaakut/cameradar/v5/cmd/cameradar@latest`
The `cameradar` binary is now in your `$GOPATH/bin` ready to be used. See command line options [here](#command-line-options).