From fee3e947bd06c68e064a9716d2a268724cb7cb6a Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 20 May 2013 22:14:15 -0300 Subject: [PATCH] Fixed upgrade command `brew update foo` => This command updates brew itself, and does not take formula names. Hence: `brew upgrade asciiio` => Error: asciiio-HEAD already installed --- app/views/docs/record.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/record.html.erb b/app/views/docs/record.html.erb index 090639d..4037447 100644 --- a/app/views/docs/record.html.erb +++ b/app/views/docs/record.html.erb @@ -19,7 +19,7 @@ Install with: Later update with: - $ brew update asciiio + $ brew upgrade asciiio ### OSX (no Homebrew)