Skip to content

Instantly share code, notes, and snippets.

@der3k
Last active October 15, 2023 13:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save der3k/5d84e87b759acc0ff8c1ad341f832635 to your computer and use it in GitHub Desktop.
Save der3k/5d84e87b759acc0ff8c1ad341f832635 to your computer and use it in GitHub Desktop.
Install SdkMan on Win 10

Install SdkMan on windows

https://sdkman.io/

  1. install git for windows choco install git
  2. install additional unix utilities choco install gow
  3. install SDK man to custom location following installation guide
$ export SDKMAN_DIR="/c/project/lib/sdkman" && curl -s "https://get.sdkman.io" | bash
@tatavarthitarun
Copy link

This is not working

@jlimadev
Copy link

This works! Thanks!

@marlonklc
Copy link

it doesn't work. When I use command "export" doesn't exists because gow installation doesn't install that. Can you detailed more this steps ?

@DanPresa
Copy link

I think this type of contribution must be clear and go through step by step.
This is not clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment