2.1.4 Install through Binary on Windows
Download the latest binary from Micronaut Website
Extract the binary to appropriate location (For example:
C:\micronaut
)Create an environment variable
MICRONAUT_HOME
which points to the installation directory i.e.C:\micronaut
Update the
PATH
environment variable, append%MICRONAUT_HOME%\bin
.
You should now be able to run the Micronaut CLI from the command prompt as follows:
$ mn
| Starting interactive mode...
| Enter a command name to run. Use TAB for completion:
mn>