Skip to content

Commit

Permalink
Add minder-cli install docs (#1486)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov authored Nov 5, 2023
1 parent ed74167 commit c5ced74
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions docs/docs/getting_started/install_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ sidebar_position: 10

# Installing the Minder CLI

* Mac
* Windows
* Linux
You can install `minder` using one of the following methods:

* **Homebrew (macOS)**

```bash
brew install stacklok/tap/minder
```

* **Winget (Windows)**

```bash
winget install stacklok.minder
```

* **Releases**

Minder is built for the following platforms: `linux`, `darwin`, `windows` and the following
architectures: `amd64`, `arm64`.

Download the latest releases from - [minder/releases](https://github.com/stacklok/minder/releases).


* **Build it from source**

Build `minder` from source by following - [build-from-source](https://github.com/stacklok/minder#build-from-source).

0 comments on commit c5ced74

Please sign in to comment.