From c9db120edf8a046dd0e8668376f55255fd036a64 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 22 Sep 2009 00:04:55 +0100 Subject: [PATCH] Some further uninstallation information Corrected README path. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbb903d3f..67fef8515f 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,12 @@ Uninstallation rm -rf Cellar brew prune rm -rf Library .git - rm bin/brew .gitignore README + rm bin/brew .gitignore README.md + +It is worth noting that if you installed somewhere like /usr/local then these +uninstallation steps will leave that directory exactly like it was before +Homebrew was installed. Unless you manually added new stuff there, in which +case those things will still be there too. Sample Usage