diff --git a/README.md b/README.md index 7bf127d3..e8e42358 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ An automation tool for the management of credentials for applications, databases - [aqua-project] provides a binary tool manager similar to Brew. - [🍺 Brew][brew-install]: `brew install DelineaXPM/tap/dsv-cli`. - Upgrade with: `brew update && brew upgrade dsv-cli` +- Via Go (this will take longer than a binary install since it will build it): + - run: `go install github.com/DelineaXPM/dsv-cli@latest && mv $(go env GOPATH)/bin/dsv-cli $(go env GOPATH)/bin/dsv && echo "dsv is installed at: $(go env GOPATH)/bin" && echo "Add to your profile to ensure Go binaries are in path by using:\n\n" && echo "export PATH=\"\$(go env GOPATH)/bin:\${PATH}\"\n\n" && echo "Current DSV Binaries installed: \n$(which -a dsv)"` - Curl (requires Go installed): ```shell