You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/02 00:20:21 UTC

svn commit: r1509457 - /cordova/site/README.md

Author: mwbrooks
Date: Thu Aug  1 22:20:21 2013
New Revision: 1509457

URL: http://svn.apache.org/r1509457
Log:
Clean up README.md formatting.

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1509457&r1=1509456&r2=1509457&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Thu Aug  1 22:20:21 2013
@@ -73,14 +73,14 @@ How to deploy the website
 
 After running "rake build", run "svn status". You'll notice it looks like:
 
-~       public/blog/2013
-M       public/blog/index.html
+    ~       public/blog/2013
+    M       public/blog/index.html
 
 To fix the ~, run the following commands:
 
-rm -rf public/blog
-svn update --depth files --force public/blog
-rake build
-svn update --depth files --force public/blog/*
-svn update --depth files --force public/blog/*/* public/blog/*/*/* public/blog/*/*/*/*
+    rm -rf public/blog
+    svn update --depth files --force public/blog
+    rake build
+    svn update --depth files --force public/blog/*
+    svn update --depth files --force public/blog/*/* public/blog/*/*/* public/blog/*/*/*/*