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 -------