From 107a6f877b6a55cad6323ff922ec7a77db4f4004 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Tue, 6 Sep 2016 20:32:21 -0400 Subject: [PATCH] Update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1f37c4d5..acdaa076 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ and you'll see all the stable releases with the corresponding binaries. If you'd like to see more information after installing micro, run `micro -version`. +##### Homebrew + +You can also install micro using Homebrew: + +``` +$ brew tap zyedidia/micro +$ brew install micro +``` + ### Building from source If your operating system does not have binary, but does run Go, you can build from source.