Skip to content

Commit db2dad7

Browse files
authored
Add Arch Linux installation instructions to README
1 parent bb66853 commit db2dad7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ multios-usb -l
4343
# Install to the selected device (replace sdX with your target device)
4444
sudo 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
5354
nix 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**

0 commit comments

Comments
 (0)