From 49ec611c8f8f46a6249e47b52b899adf0dbc8f89 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Wed, 7 Sep 2016 20:28:18 -0400 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 167bd725..0ffc4314 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you'd like to see more information after installing micro, run `micro -versio ### Homebrew -You can also install micro using Homebrew: +You can also install micro using Homebrew on Mac: ``` $ brew tap zyedidia/micro @@ -73,7 +73,7 @@ $ brew install micro ### Building from source -If your operating system does not have binary, but does run Go, you can build from source. +If your operating system does not have a binary release, but does run Go, you can build from source. Make sure that you have Go version 1.5 or greater (Go 1.4 will work if your version supports CGO).