We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535e3c9 commit c8fec73Copy full SHA for c8fec73
src/jreleaser/distributions/sdkman-cli/brew/README.md.tpl
@@ -6,13 +6,13 @@ A Homebrew tap containing the Formula for the SDKMAN! CLI.
6
7
```sh
8
$ brew tap sdkman/tap
9
-$ brew install sdkman
+$ brew install sdkman-cli
10
```
11
12
After successful installation add the following lines to the end of your `.bash_profile`
13
14
15
-export SDKMAN_DIR=$(brew --prefix sdkman)/libexec
+export SDKMAN_DIR=$(brew --prefix sdkman-cli)/libexec
16
[[ -s "${SDKMAN_DIR}/bin/sdkman-init.sh" ]] && source "${SDKMAN_DIR}/bin/sdkman-init.sh"
17
18
0 commit comments