Skip to content

Commit

Permalink
fix: ory should not be hardcoded (#1533)
Browse files Browse the repository at this point in the history
By using the  variable, we can show

Usage:
  kratos [command]

Available Commands:
  cleanup     Various cleanup helpers
  completion  Generate the autocompletion script for the specified shell
  courier     Commands related to the Ory Kratos message courier
  delete      Delete resources
  format      Helpers for formatting code
  get         Get resources
  hashers     This command contains helpers around hashing
  help        Help about any command
  import      Import resources
  lint        Helpers for linting code
  list        List resources
  migrate     Various migration helpers
  remote      Helpers and management for remote Ory Kratos instances
  serve       Run the Ory Kratos server
  validate    Validate resources
  version     Show the build version, build time, and git hash

Flags:
  -h, --help   help for kratos

Use "kratos [command] --help" for more information about a command. appropriately
  • Loading branch information
calvinchengx authored Sep 11, 2023
1 parent 4b1c82a commit 83dd445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Install/MacOS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function MacOS(props: { repo: string; name: string }) {
Install {name} using <a href={"https://brew.sh"}>homebrew</a> on macOS:
</p>
<CodeBlock language="shell">{`brew install ory/tap/${repo}
ory help`}</CodeBlock>
${repo} help`}</CodeBlock>
</>
)
}

0 comments on commit 83dd445

Please sign in to comment.