Skip to content

sdkman/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SDKMAN! Homebrew Tap

A Homebrew tap containing the Formula for the SDKMAN! CLI.

Installation

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

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

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

Open a new terminal and type

sdk version

The output should look similar to this

SDKMAN 5.18.2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages