Skip to content

Commit

Permalink
docs: Update install instructions in README (#474)
Browse files Browse the repository at this point in the history
Update install instructions in README

`go get` is deprecated

Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Mar 24, 2023
1 parent 7f231b3 commit 7cddf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The directories contain the following files:
`go-tuf` is tested on Go versions 1.18.

```bash
go get github.com/theupdateframework/go-tuf/cmd/tuf
go install github.com/theupdateframework/go-tuf/cmd/tuf@latest
```

### Commands
Expand Down

0 comments on commit 7cddf58

Please sign in to comment.