Skip to content

Commit

Permalink
Tiny change to the quickstart guide (#1763)
Browse files Browse the repository at this point in the history
docs: improves the quickstart guide
  • Loading branch information
andresgalante authored Nov 28, 2023
1 parent c09fad4 commit 12b3c2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ brew install stacklok/tap/minder
winget install stacklok.minder
```

### Releases
### Download a release

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

### Build it from source

Build `minder` and `minder-server` from source by following - [#build-from-source](#build-from-source).
Build `minder` and `minder-server` from source by following the [build from source guide](#build-from-source).

## Run minder
## Logging in to Minder

To use `minder` with the public instance of Minder (`api.stacklok.com`), run:

Expand All @@ -78,7 +78,7 @@ minder auth login

Upon completion, you should see that the Minder Server is set to `api.stacklok.com`.

## Quickstart
## Run Minder quickstart

The `quickstart` command guides you through the process of creating your first profile in Minder.
In just a few seconds, you will register your repositories and enable secret scanning protection for all of them.
Expand Down

0 comments on commit 12b3c2a

Please sign in to comment.