Skip to content

Commit dbcf36d

Browse files
committed
minor: Updated installation instructions
1 parent 41f8e30 commit dbcf36d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ A list of tested ISO images can be found [here](docs/Supported_OS.md)
3333
**SparkyLinux**
3434

3535
```sh
36+
# Refresh the package list and install MultiOS-USB
3637
sudo apt update
3738
sudo apt install multios-usb
39+
40+
# Display available USB devices
41+
multios-usb -l
42+
43+
# Install to the selected device (replace sdX with your target device)
44+
sudo multios-usb /dev/sdX
3845
```
3946

4047
**From GitHub - Linux console**
@@ -49,15 +56,15 @@ Check and install the required packages (in most cases they should be installed
4956
Go to the directory where you extracted the files and run the following at the console
5057

5158
```sh
52-
$ ./multios-usb.sh -l
59+
./multios-usb.sh -l
5360
```
5461

5562
This command will show you the USB devices available on your system.
5663
To install MultiOS-USB, type the following command, replacing `/dev/sdX` with your chosen device path.
5764
For example:
5865

5966
```sh
60-
$ sudo ./multios-usb.sh /dev/sdX
67+
sudo ./multios-usb.sh /dev/sdX
6168
```
6269

6370
**From GitHub - image based installation (experimental)**
@@ -94,7 +101,7 @@ Download [zip](https://github.com/Mexit/MultiOS-USB/archive/refs/heads/master.zi
94101
To update configuration files, simply type the following command, replacing `/dev/sdX` with your chosen device path.
95102

96103
```sh
97-
$ ./multios-usb.sh -u /dev/sdX
104+
./multios-usb.sh -u /dev/sdX
98105
```
99106

100107
##### Manual update

0 commit comments

Comments
 (0)