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

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


The following commit(s) were added to refs/heads/master by this push:
     new 44c478c  Update quickstart.md
44c478c is described below

commit 44c478cffeb141677e2c5f2a419ef79dbe963131
Author: Jason E Bailey <[email protected]>
AuthorDate: Wed Aug 29 13:25:42 2018 -0400

    Update quickstart.md
---
 docs/quickstart.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quickstart.md b/docs/quickstart.md
index 7007559..8d562a2 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -21,8 +21,8 @@ This guide will give you a quick introduction to getting 
started with Sling CMS.
 
 This installation is the simplest option for developers or those looking to 
quickly set up a test instance Sling CMS. To run the Sling CMS on a local 
envionment:
 
- 1. Download the [Sling CMS JAR](https://search.maven.org/#search) to a 
directory on your computer
- 2. Run the command `java -jar org.apache.sling.app.cms-[version],jar` to 
start Sling CMS
+ 1. Download the [Sling CMS 
JAR](https://search.maven.org/search?q=org.apache.sling.cms) to a directory on 
your computer. The jar that you are looking for has the name `java -jar 
org.apache.sling.app.cms-[version].jar`
+ 2. Run the command `java -jar org.apache.sling.app.cms-[version].jar` to 
start Sling CMS
  3. Open a browser and navigate to 
[http://localhost:8080/](http://localhost:8080/). The default credentials are 
*admin*/*admin*.
 
 ## Installing on a VM with Vagrant
@@ -35,4 +35,4 @@ This option allows you to install Sling CMS and Apache web 
server, which allows
  4. Add the following entries into your HOSTS file:
                127.0.0.1       sling2.apache.org
                127.0.0.1       cms.sling.apache.org
- 5. Open a browser to 
[http://cms.sling.apache.org:8090/](http://cms.sling.apache.org:8090/) to view 
Sling CMS or [http://sling2.apache.org:8090/](http://sling2.apache.org:8090/) 
to view the published site
\ No newline at end of file
+ 5. Open a browser to 
[http://cms.sling.apache.org:8090/](http://cms.sling.apache.org:8090/) to view 
Sling CMS or [http://sling2.apache.org:8090/](http://sling2.apache.org:8090/) 
to view the published site

Reply via email to