From 7cddf5836cb16160ef10b5bcb1be925eef5924e0 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Fri, 24 Mar 2023 13:34:18 -0700 Subject: [PATCH] docs: Update install instructions in README (#474) Update install instructions in README `go get` is deprecated Signed-off-by: Hayden B --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 125978c1..3bec976c 100644 --- a/README.md +++ b/README.md @@ -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