From c2e47ca9dcb792787c1c6f67fc49778ecc785f2b Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 21 Jul 2018 15:30:53 +0200 Subject: [PATCH] doc(README): add install and uninstall instructions for Solus This adds the required steps to installing and uninstalling Etcher on Solus Linux. Change-Type: patch Changelog-Entry: Add instructions for installing and uninstalling on Solus. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7e3a9d34..2f2664e4 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,18 @@ sudo dnf clean all sudo dnf makecache ``` +#### Solus (GNU/Linux x64) + +``` +sudo eopkg it etcher +``` + +##### Uninstall + +``` ++sudo eopkg rm etcher +``` + #### Brew Cask (macOS) Note that the Etcher Cask has to be updated manually to point to new versions,