You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/11/26 18:03:20 UTC

svn commit: r1545729 - /karaf/trunk/manual/src/main/webapp/users-guide/installation.conf

Author: jbonofre
Date: Tue Nov 26 17:03:20 2013
New Revision: 1545729

URL: http://svn.apache.org/r1545729
Log:
[KARAF-2511] Fix typo in installation page of the documentation

Modified:
    karaf/trunk/manual/src/main/webapp/users-guide/installation.conf

Modified: karaf/trunk/manual/src/main/webapp/users-guide/installation.conf
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/src/main/webapp/users-guide/installation.conf?rev=1545729&r1=1545728&r2=1545729&view=diff
==============================================================================
--- karaf/trunk/manual/src/main/webapp/users-guide/installation.conf (original)
+++ karaf/trunk/manual/src/main/webapp/users-guide/installation.conf Tue Nov 26 17:03:20 2013
@@ -50,8 +50,8 @@ export JAVA_HOME=....
 # Download Apache Karaf binary distribution in the tar.gz format: {{apache-karaf-3.0.0.tar.gz}}.
 # Extract the files from the tar.gz file into a directory of your choice (it's the {{KARAF_HOME}}). For example:
 {code}
-gunzip apache-karaf-x.y.tar.gz
-tar xvf apache-karaf-x.y.tar
+gunzip apache-karaf-3.0.0.tar.gz
+tar xvf apache-karaf-3.0.0.tar
 {code}
 NB: remember the restrictions concerning illegal characters in Java paths, e.g. \!, % etc.
 # Apache Karaf is now installed.