From 8d5ce0d06ce8ae0adb7aac45da0d32a80a3ac03e Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Mon, 20 Oct 2014 20:48:07 -0700 Subject: [PATCH] Add instruction to install `hub` 2.x from Homebrew Updated Homebrew recipe has been merged: https://github.com/Homebrew/homebrew/commit/a746c26f8a7a6dd64850ba2cb9e76363bfca41e0 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 81137576..0cdb3714 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,15 @@ Dependencies: Starting from 2.2.0, `hub` is [powered by Go](https://github.com/github/hub/issues/475). It should maintain a high backward compatibility with 1.x. Note that 2.x is in preview. +#### Homebrew + +`hub` 2.x can be installed through Homebrew. Since it's in preview, you need to compile +from HEAD: + +~~~ sh +$ brew install --HEAD hub +~~~ + #### Standalone `hub` 2.x can be easily installed as an executable. Download the latest -- GitLab