rm -rf .git in the README uninstallation guide

Signed-off-by: Max Howell <max@methylblue.com>

I also added the essential missing `brew prune` step.
This commit is contained in:
Pierre Riteau 2009-09-07 05:33:36 +08:00 committed by Max Howell
parent 3809c0b419
commit 5bf6cf06ff

4
README
View File

@ -188,7 +188,9 @@ effort from yourself.
Uninstallation
==============
cd `brew --prefix`
rm -rf Cellar Library
rm -rf Cellar
brew prune
rm -rf Library .git
rm bin/brew .gitignore README