From 1defb1d039965d932467a0b779162c7f34d850f6 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 17 Apr 2016 21:21:30 -0400 Subject: [PATCH] Add install instructions for brew to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7fd60388..d7798acd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ If you'd like to see what has been implemented, and what I plan on implementing # Installation +### Homebrew + +If you are on Mac, you can install micro using Homebrew: + +``` +brew tap zyedidia/micro +brew install --devel micro +``` + +Micro is devel-only for now because there is no released version. + ### Prebuilt binaries | Download |