From 325fc22a3b509a80152c88f56a8000fbca25fccd Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 10 Aug 2017 17:25:07 -0700 Subject: [PATCH] docs: add chocolatey install instructions (#1685) Fixes: https://github.com/resin-io/etcher/issues/1155 Signed-off-by: Juan Cruz Viotti --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d28ddcd8..65c729e0 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,15 @@ brew cask install etcher brew cask uninstall etcher ``` +### Chocolatey (Windows) + +This package is maintained by [@majkinetor](https://github.com/majkinetor), and +is kept up to date automatically. + +```sh +choco install etcher +``` + Support -------