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 +```