Skip to content

Commit

Permalink
docs: add source install directions for using go install
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 12, 2023
1 parent 170219b commit a2521eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2521eb

Please sign in to comment.