Browse Source

Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
Brian Clozel 11 năm trước cách đây
mục cha
commit
1a150a334a
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      README.markdown

+ 1 - 2
README.markdown

@@ -15,8 +15,7 @@ From within your Spring project's git checkout directory:
 
 ### Remove all files
 
-    git rm -rf *
-    git rm -rf '.*'
+    git rm -rf `git ls-files` && rm -rf *
 
 ### Add the gh-pages-upstream remote