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.