Skip to content

Commit

Permalink
docs: mention brew and asdf as installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Nov 16, 2021
1 parent 5ce3ccd commit eaacbf7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,19 @@ Check the images on [dockerhub](https://hub.docker.com/r/praqma/helmsman/tags/)

Helmsman has been packaged in Archlinux under `helmsman-bin` for the latest binary release, and `helmsman-git` for master.

You can also install Helmsman using [Homebrew](https://brew.sh)

```sh
brew install helmsman
```

## As an [asdf-vm](https://asdf-vm.com/) plugin

```sh
asdf plugin-add helmsman
asdf install helmsman latest
```

# Documentation

> Documentation for Helmsman v1.x can be found at: [docs v1.x](https://github.com/Praqma/helmsman/tree/1.x/docs)
Expand Down

0 comments on commit eaacbf7

Please sign in to comment.