From d73878a1e1e210a6f9ed9be482e41ad79f724faf Mon Sep 17 00:00:00 2001 From: Robert Wiggins <51722811+RandomRobbieBF@users.noreply.github.com> Date: Mon, 16 May 2022 14:32:48 +0100 Subject: [PATCH] Update README.md (#305) Co-authored-by: Brendan Le Glaunec --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73d1dd2..83c4944 100644 --- a/README.md +++ b/README.md @@ -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).