Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minder-cli install docs #1486

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).