From 9b2923a384917d05b050c57c50671384f9124708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20HERZOG?= Date: Thu, 12 Mar 2026 09:46:13 +0000 Subject: [PATCH] PB-50004 - Go-cli: Adapt readme to create community managed version section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric HERZOG --- README.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f0a6201..7cf9f60 100644 --- a/README.md +++ b/README.md @@ -8,32 +8,28 @@ Disclaimer: This project is community driven and not associated with [Passbolt S # Install -## Via Repository (Preferred): -[![Packaging status](https://repology.org/badge/vertical-allrepos/passbolt-cli.svg)](https://repology.org/project/passbolt-cli/versions) +**Homebrew** -Use the package from your distros official repository. - -## Via Package: - -Download the deb/rpm package for your distro and architecture from the latest release. + brew install passbolt/tap/go-passbolt-cli -Install via your distros package manager like `dpkg -i`. +**Download Binary** -## Via Homebrew +Download the deb/rpm package or archive for your OS and architecture from the [latest release](https://github.com/passbolt/go-passbolt-cli/releases/latest). - brew install passbolt/tap/go-passbolt-cli +For deb/rpm, install via your distro's package manager (e.g. `dpkg -i`). -## Via Archive: +For archives, tab completion and manpages will need to be installed manually. -Download and extract the archive for your OS and architecture from the latest release. +**Via Go** -Note: Tab completion and manpages will need to be installed manually. + go install github.com/passbolt/go-passbolt-cli@latest -## Via Go: +Note: This installs the binary as `go-passbolt-cli`. Tab completion and manpages will be missing. - go install github.com/passbolt/go-passbolt-cli@latest +## Community Packages -Note: This will install the binary as `go-passbolt-cli`. Also, tab completion and manpages will be missing. +The following packages are maintained by the community and not by the Passbolt team. +See [Repology](https://repology.org/project/passbolt-cli/versions) for available packages and versions. # Getting Started