Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down