Skip to content

Commit

Permalink
refactor: move homebrew tap to ory/tap
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The location of the homebrew tap has changed from `ory/ory/kratos` to `ory/tap/kratos`.
  • Loading branch information
aeneasr committed Oct 25, 2021
1 parent 8037284 commit 0ee67c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ changelog:
brews:
- tap:
owner: ory
name: homebrew-kratos
name: homebrew-tap
ids:
- kratos-sqlite
homepage: https://www.ory.sh
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ You can find more detailed information on the official Kratos docker images
You can install Ory Kratos using [homebrew](https://brew.sh/) on macOS:

```shell
$ brew tap ory/kratos
$ brew install ory/kratos/kratos
$ brew tap ory/tap
$ brew install ory/tap/kratos
$ kratos help
```

Expand Down

0 comments on commit 0ee67c3

Please sign in to comment.