doc: updated install instructions

This commit is contained in:
Endre Simo
2022-05-06 11:24:56 +03:00
committed by GitHub
parent 9047c788ba
commit 131dc573e4

View File

@@ -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