Author: bdelacretaz
Date: Fri Nov 22 13:09:50 2013
New Revision: 1544524

URL: http://svn.apache.org/r1544524
Log:
Fix typo

Modified:
    sling/trunk/README.txt

Modified: sling/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/README.txt?rev=1544524&r1=1544523&r2=1544524&view=diff
==============================================================================
--- sling/trunk/README.txt (original)
+++ sling/trunk/README.txt Fri Nov 22 13:09:50 2013
@@ -57,7 +57,8 @@ adding the following profile in your ~/.
 
 Once you have everything in place, run
 
-    MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M" mvn clean install
+    export MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=256M" 
+    mvn clean install
 
 in this directory (on 64bit platforms you might want to use 512M instead
 of 256M). This will build, test and install the Sling modules in your local


Reply via email to