Author: ogrisel
Date: Sat Apr  9 12:09:01 2011
New Revision: 1090576

URL: http://svn.apache.org/viewvc?rev=1090576&view=rev
Log:
typo in README.txt

Modified:
    incubator/stanbol/trunk/README.md

Modified: incubator/stanbol/trunk/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1090576&r1=1090575&r2=1090576&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Sat Apr  9 12:09:01 2011
@@ -28,9 +28,14 @@ If you want to skip the tests, add `-Dsk
 The recommended lanchers are packaged under the `launchers/` folder. For
 instance:
 
-    $ java -Xmx1g -jar launchers/org.apache.stanbol.launchers.full.jar -p 8080
+    $ java -Xmx1g -jar 
launchers/full/target/org.apache.stanbol.launchers.full-0.9-SNAPSHOT.jar
 
-Your instance is then available on <http://localhost:8080>.
+Your instance is then available on <http://localhost:8080>. You can change the
+default port number by passing a `-p 9090` options to the commandline launcher.
+
+Upon first startup, a folder named `sling/` is created in the current folder.
+This folder will hold the files for any database used by Stanbol, deployment
+configuration and logs.
 
 
 ## Preloading the Entity Hub cache with a DBpedia index


Reply via email to