forked from micronaut-projects/micronaut-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/micronaut-projects/micron…
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
src/main/docs/guide/quickStart/buildCLI/installMacPorts.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Before installing it is recommended to sync the latest Portfiles. | ||
|
||
[source,bash] | ||
---- | ||
$ sudo port sync | ||
---- | ||
|
||
In order to install Micronaut, run following command: | ||
|
||
[source,bash] | ||
---- | ||
$ sudo port install micronaut | ||
---- | ||
|
||
You can find more information about MacPorts usage on their https://www.macports.org[homepage]. | ||
|
||
You should now be able to run the Micronaut CLI. | ||
|
||
[source,bash] | ||
---- | ||
$ mn | ||
| Starting interactive mode... | ||
| Enter a command name to run. Use TAB for completion: | ||
mn> | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters