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 <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-03-29 12:43:32 -04:00 committed by GitHub
parent 4f7d160513
commit af921a0cb3

View File

@ -58,6 +58,14 @@ installers for all supported operating systems.
sudo apt-get install etcher-electron 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) #### Brew Cask (macOS)
Note that the Etcher Cask has to be updated manually to point to new versions, Note that the Etcher Cask has to be updated manually to point to new versions,
@ -68,6 +76,12 @@ release.
brew cask install etcher brew cask install etcher
``` ```
##### Uninstall
```sh
brew cask uninstall etcher
```
Support Support
------- -------