From 2b52c420c4ad3cc5501263da3dfa12caacbcc7e8 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 11 Sep 2022 17:35:36 +0200 Subject: [PATCH] fix go install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973a488..8ade2d9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Disclaimer: This project is community driven and not associated with Passbolt SA Note: tab completion and manpages will need to be installed manually. ## Via Go: - go install github.com/passbolt/go-passbolt-cli + go install github.com/passbolt/go-passbolt-cli@latest Note: this will install the binary as go-passbolt-cli, also tab completion and manpages will be missing. # Getting Started