Skip to content

Commit

Permalink
Improve Homebrew README (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Apr 7, 2022
1 parent 535e3c9 commit c8fec73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jreleaser/distributions/sdkman-cli/brew/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ A Homebrew tap containing the Formula for the SDKMAN! CLI.

```sh
$ brew tap sdkman/tap
$ brew install sdkman
$ brew install sdkman-cli
```

After successful installation add the following lines to the end of your `.bash_profile`

```sh
export SDKMAN_DIR=$(brew --prefix sdkman)/libexec
export SDKMAN_DIR=$(brew --prefix sdkman-cli)/libexec
[[ -s "${SDKMAN_DIR}/bin/sdkman-init.sh" ]] && source "${SDKMAN_DIR}/bin/sdkman-init.sh"
```

Expand Down

0 comments on commit c8fec73

Please sign in to comment.