From 92acdb55401993ea60337e5d00f60b6a259eacc1 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 8 Aug 2016 00:09:56 +0100 Subject: [PATCH] FAQ: fix-up cache path --- share/doc/homebrew/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/homebrew/FAQ.md b/share/doc/homebrew/FAQ.md index 18ab85ebd4..3c703692dd 100644 --- a/share/doc/homebrew/FAQ.md +++ b/share/doc/homebrew/FAQ.md @@ -68,7 +68,7 @@ Be careful as this is a destructive operation. brew --cache -Which is usually: `/Library/Caches/Homebrew` +Which is usually: `~/Library/Caches/Homebrew` ### My Mac `.app`s don’t find `/usr/local/bin` utilities! GUI apps on OS X don’t have `/usr/local/bin` in their `PATH` by default.