From 62c0f80493a0d14c5ceec4f639b6fc4f2ea791f7 Mon Sep 17 00:00:00 2001 From: chantisnake <13501393281@163.com> Date: Sat, 14 Jan 2017 22:00:44 +0000 Subject: [PATCH] Add instructions to install via Chocolatey (#1385) * add install via chocolatey * remove the empty line --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4c8a2a9e..a4f5b5e5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ brew update brew cask install hyper ``` +If you're on windows, you can use [chocolatey](https://chocolatey.org/) to install the app by running the following command (package information can be found [here](https://chocolatey.org/packages/hyper/)): +```bash +choco install hyper +``` + ## Contribute 1. Install the dependencies