File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ multios-usb -l
4343# Install to the selected device (replace sdX with your target device)
4444sudo multios-usb /dev/sdX
4545```
46+
4647** Nix/NixOS**
4748
4849``` nix
@@ -51,7 +52,20 @@ sudo nix run github:Mexit/MultiOS-USB -- /dev/sdX
5152
5253# create shell with MultiOS-USB available
5354nix shell github:Mexit/MultiOS-USB
54-
55+ ```
56+
57+ ** Arch Linux**
58+
59+ ``` sh
60+ # install using AUR helper like yay or aura
61+ yay -S multios-usb-bin-git
62+
63+ # or install by cloning and executing makepkg -si
64+ git clone https://aur.archlinux.org/multios-usb-bin-git.git
65+ cd multios-usb-bin-git/
66+ makepkg -si
67+
68+ # for usage instructions see SparkyLinux (usage is the same)
5569```
5670
5771** From GitHub - Linux console**
You can’t perform that action at this time.
0 commit comments