From df7dd903cd353a9f404da5d6321037c5cb4bd21d Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Tue, 26 May 2015 10:43:03 -0400 Subject: [PATCH] README: Change `brew desc` to `brew search --desc` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ce3d626a..f429bb52b4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Features, usage and installation instructions are [summarised on the homepage](h ## What Packages Are Available? 1. Type `brew search` for a list. 2. Or visit [braumeister.org](http://braumeister.org) to browse packages online. -3. Or use [`brew desc`](https://github.com/telemachus/homebrew-desc) to browse packages from the command line. +3. Or use `brew search --desc` to browse packages from the command line. ## More Documentation `brew help`, `man brew` or check [our documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme).