Skip to content

Commit

Permalink
README.md: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Mar 24, 2023
1 parent 3fc04c8 commit 04f14ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ your GOOS for the word "linux" below, and the latest version for the version
listed below:

```
curl --silent --location --output /usr/local/bin/go-bindata https://github.com/kevinburke/go-bindata/releases/download/v3.11.0/go-bindata-linux-amd64
curl --silent --location --output /usr/local/bin/go-bindata https://github.com/kevinburke/go-bindata/releases/download/v4.0.0/go-bindata-linux-amd64
chmod 755 /usr/local/bin/go-bindata
```

Alternatively, if you have a working Go installation, you can build the source and install the executable into `$GOPATH/bin` or `$GOBIN`:

```shell
go install github.com/kevinburke/go-bindata/...@latest
go install github.com/kevinburke/go-bindata/v4/...@latest
# for versions of Go < 1.11, or without module support, use:
go install github.com/kevinburke/go-bindata/...
```
Expand Down

0 comments on commit 04f14ed

Please sign in to comment.