From 5bf6cf06ff8a6ce6174962a45253dbf91294547e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 7 Sep 2009 05:33:36 +0800 Subject: [PATCH] rm -rf .git in the README uninstallation guide Signed-off-by: Max Howell I also added the essential missing `brew prune` step. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index c1b11d03be..7e04bfb8e1 100644 --- a/README +++ b/README @@ -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