You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/07/17 16:48:49 UTC

svn commit: r1691581 - /allura/site/trunk/README.md

Author: brondsem
Date: Fri Jul 17 14:48:49 2015
New Revision: 1691581

URL: http://svn.apache.org/r1691581
Log:
Instruct to use virtualenv instead of mkvirtualenv

Modified:
    allura/site/trunk/README.md

Modified: allura/site/trunk/README.md
URL: http://svn.apache.org/viewvc/allura/site/trunk/README.md?rev=1691581&r1=1691580&r2=1691581&view=diff
==============================================================================
--- allura/site/trunk/README.md (original)
+++ allura/site/trunk/README.md Fri Jul 17 14:48:49 2015
@@ -4,7 +4,7 @@ Generated content is placed under root d
 
 # Bootstrapping pelican
 
-    ~$ mkvirtualenv allura-site
+    ~$ virtualenv allura-site
     ~$ pip install pelican markdown
 
 # Working on site