Update install instructions (#291)

This commit is contained in:
Brendan Le Glaunec
2021-11-08 16:58:25 +00:00
committed by GitHub
parent 456a1508c0
commit bf65c3cf45
+3 -4
View File
@@ -86,10 +86,9 @@ Only use this solution if for some reason using docker is not an option for you
### Steps to install ### Steps to install
1. `go get github.com/Ullaakut/cameradar` 1. `go get github.com/Ullaakut/cameradar/v5`
2. `cd $GOPATH/src/github.com/Ullaakut/cameradar` 2. `cd $GOPATH/src/github.com/Ullaakut/cameradar/cmd/cameradar`
3. `cd cmd/cameradar` 3. `go install`
4. `go install`
The `cameradar` binary is now in your `$GOPATH/bin` ready to be used. See command line options [here](#command-line-options). The `cameradar` binary is now in your `$GOPATH/bin` ready to be used. See command line options [here](#command-line-options).