From db2dad7e3b5dd69a5df4b17a2a733789920f6ae4 Mon Sep 17 00:00:00 2001 From: Ebbe Zeinstra <7920708+ebbez@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:45:58 +0100 Subject: [PATCH] Add Arch Linux installation instructions to README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed3e82..a406334 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ multios-usb -l # Install to the selected device (replace sdX with your target device) sudo multios-usb /dev/sdX ``` + **Nix/NixOS** ```nix @@ -51,7 +52,20 @@ sudo nix run github:Mexit/MultiOS-USB -- /dev/sdX # create shell with MultiOS-USB available nix shell github:Mexit/MultiOS-USB - +``` + +**Arch Linux** + +```sh +# install using AUR helper like yay or aura +yay -S multios-usb-bin-git + +# or install by cloning and executing makepkg -si +git clone https://aur.archlinux.org/multios-usb-bin-git.git +cd multios-usb-bin-git/ +makepkg -si + +# for usage instructions see SparkyLinux (usage is the same) ``` **From GitHub - Linux console**