Update install instructions (#291)
This commit is contained in:
committed by
GitHub
parent
456a1508c0
commit
bf65c3cf45
@@ -86,10 +86,9 @@ 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`
|
||||
2. `cd $GOPATH/src/github.com/Ullaakut/cameradar`
|
||||
3. `cd cmd/cameradar`
|
||||
4. `go install`
|
||||
1. `go get github.com/Ullaakut/cameradar/v5`
|
||||
2. `cd $GOPATH/src/github.com/Ullaakut/cameradar/cmd/cameradar`
|
||||
3. `go install`
|
||||
|
||||
The `cameradar` binary is now in your `$GOPATH/bin` ready to be used. See command line options [here](#command-line-options).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user