Skip to content

Commit 362fcee

Browse files
committed
minor: Add SparkyLinux as an installation method
1 parent 5961f4f commit 362fcee

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,39 @@ One device with multiple ISO/WIM files. Easy to use: install once, add ISO/WIM f
2828

2929
A 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

3744
Check 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

4249
Go 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+
4655
This command will show you the USB devices available on your system.
4756
To install MultiOS-USB, type the following command, replacing `/dev/sdX` with your chosen device path.
4857
For 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

5565
Recommended installation method for Windows. Go to [Releases](https://github.com/Mexit/MultiOS-USB/releases) and download the appropriate file.
5666
Installation 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
8494
To 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

Comments
 (0)