From 948a04122afc6ad81ae0636046fbcb3d692c6d9b Mon Sep 17 00:00:00 2001 From: Eate Date: Mon, 26 Nov 2018 08:09:47 -0800 Subject: [PATCH] Updated Chocolatey section Previously, the section header was a "###" header, and I changed it to a "####" header like all the other install variants so it is the same level header. I also added uninstall instructions like the other sections had. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd5da1f3..f0659d96 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ brew cask install etcher brew cask uninstall etcher ``` -### Chocolatey (Windows) +#### Chocolatey (Windows) This package is maintained by [@majkinetor](https://github.com/majkinetor), and is kept up to date automatically. @@ -138,6 +138,12 @@ is kept up to date automatically. choco install etcher ``` +##### Uninstall + +``` +choco uninstall etcher +``` + Support -------