You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2022/09/12 17:02:26 UTC

[sling-org-apache-sling-starter] branch master updated: fix command line formatting

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f328f1  fix command line formatting
6f328f1 is described below

commit 6f328f191a8f58013dd72623c85fd2f8862eb68f
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Mon Sep 12 19:02:15 2022 +0200

    fix command line formatting
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a303489..be35d09 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,16 @@ See [Releasing a new version of the Sling starter](https://cwiki.apache.org/conf
 
 1) Build the Sling Starter using 
 
-	mvn clean install
-	
+        mvn clean install
+
 in the current directory.
 
 Hint: You can defer stopping the instance after running the ITs with argument `-Dfeature-launcher.waitForInput=true` to do some manual checks.
 
 2) Start Sling backed by an Oak SegmentStore with
 
-    java -jar target/dependency/org.apache.sling.feature.launcher.jar -f target/slingfeature-tmp/feature-oak_tar.json
-	
+        java -jar target/dependency/org.apache.sling.feature.launcher.jar -f target/slingfeature-tmp/feature-oak_tar.json
+
 3) Browse Sling in:
 
         http://localhost:8080