Skip to content

Commit

Permalink
Move CLI notes to below "Quick Start"
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed May 5, 2016
1 parent aed9f2f commit 06d038c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@

## Quick Start

Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).

If you are Java developer you can use [start.spring.io](http://start.spring.io/) to generate a basic project, follow the "Quick Start" example below, or read the reference documentation [getting started](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started) guide.

{% include download_widget.md %}
Expand Down Expand Up @@ -88,6 +86,10 @@
}
```

## Spring Boot CLI

Spring Boot ships with a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code. Follow the instructions in our main documentation if you want to [install the Spring Boot CLI](http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli).

{% endcapture %}

{% capture related_resources %}
Expand Down

0 comments on commit 06d038c

Please sign in to comment.