fix go install

This commit is contained in:
Samuel Lorch 2022-09-11 17:35:36 +02:00 committed by GitHub
parent 0804a1d9b1
commit 2b52c420c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. Note: tab completion and manpages will need to be installed manually.
## Via Go: ## 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. Note: this will install the binary as go-passbolt-cli, also tab completion and manpages will be missing.
# Getting Started # Getting Started