diff --git a/.github/workflows/.release.yml b/.github/workflows/.release.yml index 178ff5d..a9162b1 100644 --- a/.github/workflows/.release.yml +++ b/.github/workflows/.release.yml @@ -2,7 +2,7 @@ name: goreleaser on: push: - + tag: '*' permissions: contents: write diff --git a/README.md b/README.md index a9c0bb1..0cacc09 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # go-passbolt-cli 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 -## Via Package: +## Via Package (Prefered): Download the Package for your OS and architecture from the Latest Release. Install via your Distros Package manager like `dpkg -i`