mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
Update README
This commit is contained in:
parent
e0418dde7c
commit
753e802f05
2 changed files with 3 additions and 3 deletions
2
.github/workflows/.release.yml
vendored
2
.github/workflows/.release.yml
vendored
|
@ -2,7 +2,7 @@ name: goreleaser
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tag: '*'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# go-passbolt-cli
|
# go-passbolt-cli
|
||||||
A CLI tool to interact with Passbolt, a Open source Password Manager for Teams.
|
A CLI tool to interact with Passbolt, a Open source Password Manager for Teams.
|
||||||
|
|
||||||
If you want to do something more complicated [this](https://github.com/speatzle/go-passbolt) Go Module to Interact with Passbolt from Go might Intrest you.
|
If you want to do something more complicated: [this](https://github.com/speatzle/go-passbolt) Go Module to Interact with Passbolt from Go might intrest you.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
## Via Package:
|
## Via Package (Prefered):
|
||||||
Download the Package for your OS and architecture from the Latest Release.
|
Download the Package for your OS and architecture from the Latest Release.
|
||||||
Install via your Distros Package manager like `dpkg -i`
|
Install via your Distros Package manager like `dpkg -i`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue