Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**
Expand Down