Skip to content

Commit e794136

Browse files
authored
Merge pull request #341 from AGWA-forks/main
Update install instructions in README
2 parents f469e3e + 2581e3b commit e794136

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ Note: for Alpine on Docker, the pre-built binaries do not work, so either use De
6262

6363
## Building from source
6464

65-
To build yourself from source (you will need golang >= 1.5 installed):
65+
To build yourself from source (you will need golang >= 1.21 installed):
6666

67-
$ export GO15VENDOREXPERIMENT=1
68-
$ go get github.com/barnybug/cli53/cmd/cli53
67+
$ go install github.com/barnybug/cli53/cmd/cli53@latest
6968

70-
This will produce a binary `cli53` in `$GOPATH/bin`, after this follow the steps as above.
69+
This will produce a binary `cli53` in `$GOPATH/bin` (`~/go/bin` by default), after this follow the steps as above.
7170

7271
## Getting Started
7372

0 commit comments

Comments
 (0)