From ea11f179542794294f773f503d83dad3a10cda56 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 9 Oct 2019 09:40:47 -0400 Subject: [PATCH] docs: Including Arch / Manjaro install instructions Changelog-entry: Including Arch / Manjaro install instructions Change-type: patch Signed-off-by: Tom Carrio --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c0a190b9..6a80dcc3 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,21 @@ sudo eopkg it etcher sudo eopkg rm etcher ``` +#### Arch Linux / Manjaro (GNU/Linux x64) + +Etcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using [`balena-etcher`](https://aur.archlinux.org/packages/balena-etcher/) or use the latest release with [`etcher-bin`](https://aur.archlinux.org/packages/etcher-bin/). The following example uses a common AUR helper to install the latest release: + + +```sh +yay -S etcher-bin +``` + +##### Uninstall + +```sh +yay -R etcher-bin +``` + #### Brew Cask (macOS) Note that the Etcher Cask has to be updated manually to point to new versions,