Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Oct 29, 2019
2 parents 0d824ef + a275c65 commit 7579060
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/main/docs/guide/quickStart/buildCLI/installMacPorts.adoc
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>
----
1 change: 1 addition & 0 deletions src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ quickStart:
title: Build/Install the CLI
installSdkman: Install with Sdkman
installHomebrew: Install with Homebrew
installMacPorts: Install with MacPorts
installWindows: Install through Binary on Windows
buildSource: Building from Source
creatingServer: Creating a Server Application
Expand Down

0 comments on commit 7579060

Please sign in to comment.