You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by ro...@apache.org on 2014/09/11 21:51:12 UTC

svn commit: r1624374 - /incubator/usergrid/site/README.md

Author: rockerston
Date: Thu Sep 11 19:51:12 2014
New Revision: 1624374

URL: http://svn.apache.org/r1624374
Log:
updated readme

Modified:
    incubator/usergrid/site/README.md

Modified: incubator/usergrid/site/README.md
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/README.md?rev=1624374&r1=1624373&r2=1624374&view=diff
==============================================================================
--- incubator/usergrid/site/README.md (original)
+++ incubator/usergrid/site/README.md Thu Sep 11 19:51:12 2014
@@ -32,5 +32,9 @@ To build for export use the following co
 
 To re-deploy the site, make sure you commit both your changes under `content/` AND have built the site with `nanoc compile`, which should have created some changes under `publish/`. If you do not commit the files changed under `publish/` the production website will not change. Commit all changes by doing
 
+If you added any files:
+	$ svn add <file or directory>
+
+Then commit:
     $ svn ci -m "Some message"