From c9d913fcc6da0ff64cf5513cf8cca89f9b023058 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 15 Mar 2015 23:04:53 +0800 Subject: [PATCH] Update 10.2.4. MacPorts installation.md --- II. Getting started/10.2.4. MacPorts installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/II. Getting started/10.2.4. MacPorts installation.md b/II. Getting started/10.2.4. MacPorts installation.md index e69de29..3c9c353 100644 --- a/II. Getting started/10.2.4. MacPorts installation.md +++ b/II. Getting started/10.2.4. MacPorts installation.md @@ -0,0 +1,6 @@ +### 10.2.4. 使用MacPorts进行安装 + +如果你的环境是Mac,并使用[MacPorts](http://www.macports.org/),想要安装Spring Boot CLI只需如下操作: +```shell +$ sudo port install spring-boot-cli +```