@@ -28,29 +28,39 @@ One device with multiple ISO/WIM files. Easy to use: install once, add ISO/WIM f
2828
2929A list of tested ISO images can be found [ here] ( docs/Supported_OS.md )
3030
31- ## Installation:
31+ ## Installation
3232
33- Go to [ Releases] ( https://github.com/Mexit/MultiOS-USB/releases ) , download the latest version and unpack the downloaded archive.
33+ ** SparkyLinux**
34+
35+ ``` sh
36+ sudo apt update
37+ sudo apt install multios-usb
38+ ```
39+
40+ ** From GitHub - Linux console**
3441
35- ### Linux console
42+ Go to [ Releases ] ( https://github.com/Mexit/MultiOS-USB/releases ) , download the latest version and unpack the downloaded archive.
3643
3744Check and install the required packages (in most cases they should be installed by default):
3845- tar, bzip2, xz
3946- sgdisk, wipefs
4047- mkfs.fat, mkfs.exfat, ...
4148
4249Go to the directory where you extracted the files and run the following at the console
50+
4351``` sh
4452$ ./multios-usb.sh -l
4553```
54+
4655This command will show you the USB devices available on your system.
4756To install MultiOS-USB, type the following command, replacing ` /dev/sdX ` with your chosen device path.
4857For example:
58+
4959``` sh
5060$ sudo ./multios-usb.sh /dev/sdX
5161```
5262
53- ### Image based installation (experimental)
63+ ** From GitHub - image based installation (experimental)**
5464
5565Recommended installation method for Windows. Go to [ Releases] ( https://github.com/Mexit/MultiOS-USB/releases ) and download the appropriate file.
5666Installation details can be found [ here] ( docs/README_image ) and in the downloaded archive.
@@ -82,6 +92,7 @@ Download [zip](https://github.com/Mexit/MultiOS-USB/archive/refs/heads/master.zi
8292
8393##### Automatic update
8494To update configuration files, simply type the following command, replacing ` /dev/sdX ` with your chosen device path.
95+
8596``` sh
8697$ ./multios-usb.sh -u /dev/sdX
8798```
0 commit comments