From 71e02ef8339071b95628e1dfa4f3e62519f29d91 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 5 May 2020 19:00:35 +0200 Subject: [PATCH] Prefer balena-etcher to etcher-bin on Arch Linux Changelog-entry: Prefer balena-etcher to etcher-bin on Arch Linux Change-type: patch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d68a954..ef0b1e8d 100644 --- a/README.md +++ b/README.md @@ -122,17 +122,17 @@ 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: +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/). The following example uses a common AUR helper to install the latest release: ```sh -yay -S etcher-bin +yay -S balena-etcher ``` ##### Uninstall ```sh -yay -R etcher-bin +yay -R balena-etcher ``` #### Brew Cask (macOS)