mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
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:
parent
4f7d160513
commit
af921a0cb3
14
README.md
14
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
|
||||
-------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user