From af921a0cb3e83ac93681a6ab3242dbb1e7308eba Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 29 Mar 2017 12:43:32 -0400 Subject: [PATCH] docs(README): uninstall instructions for debian/brew (#1231) We have inline instructions to install Etcher from package managers. This commit extends them to quickly mention how to uninstall as well. Fixes: https://github.com/resin-io/etcher/issues/1225 Signed-off-by: Juan Cruz Viotti --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 72b0baa1..908e049f 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,14 @@ installers for all supported operating systems. sudo apt-get install etcher-electron ``` +##### Uninstall + +```sh +sudo apt-get remove etcher-electron +sudo rm /etc/apt/sources.list.d/etcher.list +sudo apt-get update +``` + #### Brew Cask (macOS) Note that the Etcher Cask has to be updated manually to point to new versions, @@ -68,6 +76,12 @@ release. brew cask install etcher ``` +##### Uninstall + +```sh +brew cask uninstall etcher +``` + Support -------