Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
This commit is contained in:
Brian Clozel 2014-09-30 10:13:28 +02:00
commit 1a150a334a

View File

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