From a6d3d0ea4d0f33945b9c7c60cb74ad00594583d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Marziou?= Date: Wed, 10 Aug 2016 23:31:40 +0200 Subject: [PATCH] Fix installation instructions (#21) Fix installation instructions by removing an unwanted end of line character that would prevent copy/pasting into a shell. --- docs/src/main/asciidoc/install.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc index 11405fd..8ed42e9 100644 --- a/docs/src/main/asciidoc/install.adoc +++ b/docs/src/main/asciidoc/install.adoc @@ -18,8 +18,7 @@ and install the Spring Cloud plugins (they are independent, so you can install o ``` $ 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 +$ spring install org.springframework.cloud.launcher:spring-cloud-launcher-cli:1.2.0.BUILD-SNAPSHOT ``` IMPORTANT: **Prerequisites:** to use the encryption and decryption features