From 69ef6def38a09414f1372770a03525810ae6a1f3 Mon Sep 17 00:00:00 2001 From: bazzilic Date: Mon, 23 Jan 2017 14:41:52 +0800 Subject: [PATCH] Update README.md to mention chocolatey package --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 579d78fc..4fc70c98 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,20 @@ 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 +### Package Managers -You can also install micro using Homebrew on Mac: +You can install micro using Homebrew on Mac: ``` brew install micro ``` +On Windows, you can install micro through Chocolatey: + +``` +choco install micro +``` + ### Building from source If your operating system does not have a binary release, but does run Go, you can build from source.