2.1.1 Install with Sdkman

Before updating make sure you have latest version of SDKMAN installed. If not, run

  1. $ sdk update

In order to install Micronaut, run following command:

  1. $ sdk install micronaut

You can also specify the version to the sdk install command.

  1. $ sdk install micronaut 1.3.7

You can find more information about SDKMAN usage on the SDKMAN Docs

You should now be able to run the Micronaut CLI.

  1. $ mn
  2. | Starting interactive mode...
  3. | Enter a command name to run. Use TAB for completion:
  4. mn>