From 5b853fcdcc782b887555724b48ed3be687a71945 Mon Sep 17 00:00:00 2001 From: Matthew Hughes Date: Tue, 3 Dec 2024 08:39:09 +0000 Subject: [PATCH] Update docs for installing v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b627af4..56afcb3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Alternatively, assuming you have a working [Go](https://golang.org) installation install via the following command: ```console -$ go install github.com/uw-labs/strongbox@v1.1.0 +$ go install github.com/uw-labs/strongbox/v2@v2.0.0 ``` ### Homebrew