Commit 6248d8c8 authored by Nils Breunese's avatar Nils Breunese Committed by Phillip Webb

Add docs for Spring Boot CLI via MacPorts

Add MacPorts section to reference docs since the Spring Boot CLI
is now also maintained in MacPorts.

Closes gh-2250
parent c7cfdbe2
...@@ -353,6 +353,18 @@ Just execute `brew update` and try again. ...@@ -353,6 +353,18 @@ Just execute `brew update` and try again.
[[getting-started-macports-cli-installation]]
==== MacPorts installation
If you are on a Mac and using http://www.macports.org/[MacPorts], all you need to do to
install the Spring Boot CLI is:
[indent=0]
----
$ sudo port install spring-boot-cli
----
[[getting-started-cli-command-line-completion]] [[getting-started-cli-command-line-completion]]
==== Command-line completion ==== Command-line completion
Spring Boot CLI ships with scripts that provide command completion for Spring Boot CLI ships with scripts that provide command completion for
...@@ -370,8 +382,8 @@ manually, e.g. if you have installed using `GVM` ...@@ -370,8 +382,8 @@ manually, e.g. if you have installed using `GVM`
grab help jar run test version grab help jar run test version
---- ----
NOTE: If you install Spring Boot CLI using Homebrew, the command-line completion scripts NOTE: If you install Spring Boot CLI using Homebrew or MacPorts, the command-line
are automatically registered with your shell. completion scripts are automatically registered with your shell.
......
...@@ -14,7 +14,7 @@ a new project or write your own command for it. ...@@ -14,7 +14,7 @@ a new project or write your own command for it.
[[cli-installation]] [[cli-installation]]
== Installing the CLI == Installing the CLI
The Spring Boot CLI can be installed manually; using GVM (the Groovy Environment The Spring Boot CLI can be installed manually; using GVM (the Groovy Environment
Manually) or using Homebrew if you are an OSX user. See Manually) or using Homebrew or MacPorts if you are an OSX user. See
_<<getting-started.adoc#getting-started-installing-the-cli>>_ _<<getting-started.adoc#getting-started-installing-the-cli>>_
in the "`Getting started`" section for comprehensive installation instructions. in the "`Getting started`" section for comprehensive installation instructions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment