From 131dc573e45a067006e318d7072e49070420e98d Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Fri, 6 May 2022 11:24:56 +0300 Subject: [PATCH] doc: updated install instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 1dc5480..73e71bb 100644 --- a/README.md +++ b/README.md @@ -63,14 +63,7 @@ Check out this example for a realtime demo: https://github.com/esimov/pigo/tree/ Install Go, set your `GOPATH`, and make sure `$GOPATH/bin` is on your `PATH`. ```bash -$ export GOPATH="$HOME/go" -$ export PATH="$PATH:$GOPATH/bin" -``` -Next download the project and build the binary file. - -```bash -$ go get -u -f github.com/esimov/pigo/cmd/pigo -$ go install +$ go install github.com/esimov/pigo/cmd/pigo@latest ``` ### Binary releases