Browse Source

Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
pull/1351/head
Brian Clozel 10 years ago
parent
commit
1a150a334a
  1. 3
      README.markdown

3
README.markdown

@ -15,8 +15,7 @@ From within your Spring project's git checkout directory: @@ -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

Loading…
Cancel
Save