Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-09-26 21:31:08 +00:00
parent 0cd34af434
commit 6cfabb904f

View File

@@ -456,12 +456,12 @@ Spring Cloud is released under the non-restrictive Apache 2.0 license. If you wo
<p>To install, make
sure you have
<a href="https://github.com/spring-projects/spring-boot">Spring Boot CLI</a>
(1.3.5 or better):</p>
(1.4.1 or better):</p>
</div>
<div class="literalblock">
<div class="content">
<pre>$ spring version
Spring CLI v1.3.5.RELEASE</pre>
Spring CLI v1.4.1.RELEASE</pre>
</div>
</div>
<div class="paragraph">
@@ -469,18 +469,17 @@ Spring CLI v1.3.5.RELEASE</pre>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>$ sdk install springboot 1.3.5.RELEASE
$ sdk use springboot 1.3.5.RELEASE</code></pre>
<pre class="highlight"><code>$ sdk install springboot 1.4.1.RELEASE
$ sdk use springboot 1.4.1.RELEASE</code></pre>
</div>
</div>
<div class="paragraph">
<p>and install the Spring Cloud plugins (they are independent, so you can install one or the other or both):</p>
<p>and install the Spring Cloud plugin</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT
$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT</code></pre>
$ spring install org.springframework.cloud:spring-cloud-cli:1.2.0.BUILD-SNAPSHOT</code></pre>
</div>
</div>
<div class="admonitionblock important">