From 753e802f05f5d4b71aaa8c6aa15515ee29ebe161 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Fri, 10 Sep 2021 09:59:46 +0200 Subject: [PATCH] Update README --- .github/workflows/.release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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`