Skip to content

Commit

Permalink
docs: added go install installation instructions in README.md (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbharath committed Mar 7, 2023
1 parent 9c4dacb commit de12426
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ sudo yum install svu
docker run --rm -v $PWD:/tmp --workdir /tmp ghcr.io/caarlos0/svu --help
```

### Using `go install`

Make sure that `$GOPATH/bin` is in your `$PATH`, because that's where this gets
installed:

```bash
go install github.com/caarlos0/svu@latest
```

#### manually

Or download one from the [releases tab](https://github.com/caarlos0/svu/releases) and install manually.
Expand Down

0 comments on commit de12426

Please sign in to comment.