mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 14:04:30 +08:00
Add instructions on how to install with homebrew
This commit is contained in:
parent
697955e98a
commit
c229e971d9
13
README.md
13
README.md
@ -2,9 +2,15 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
You need Java (1.6 or better) and a bash-like shell. To get started,
|
You need Java (1.6 or better) and a bash-like shell.
|
||||||
some basic operating system tools (`curl` and `zip`). The `spring`
|
|
||||||
command line interface can be installed like this
|
If you are on a Mac and using [homebrew](http://brew.sh/), all you must do to install it is:
|
||||||
|
|
||||||
|
$ brew install spring-boot-cli
|
||||||
|
|
||||||
|
It will install `/usr/local/bin/spring`. You can jump right to [running the app](#running_the_app).
|
||||||
|
|
||||||
|
An alternative way to install the `spring` command line interface can be installed like this:
|
||||||
|
|
||||||
$ curl spring.cfapps.io/installer | bash
|
$ curl spring.cfapps.io/installer | bash
|
||||||
|
|
||||||
@ -24,6 +30,7 @@ Windoze users we recommend [cygwin](http://cygwin.org)), or you can
|
|||||||
download the [zip file](http://spring.cfapps.io/spring.zip) and unpack
|
download the [zip file](http://spring.cfapps.io/spring.zip) and unpack
|
||||||
it yourself.
|
it yourself.
|
||||||
|
|
||||||
|
<a name="running_the_app"></a>
|
||||||
## Running the app
|
## Running the app
|
||||||
|
|
||||||
Use the spring command:
|
Use the spring command:
|
||||||
|
Loading…
Reference in New Issue
Block a user