Skip to content

Commit 96c5975

Browse files
committed
Merge branch 'master' of https://github.com/mbusb/multibootusb
2 parents d5d0da9 + 0409a18 commit 96c5975

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,44 @@
55
What is multibootusb?
66
---------------------
77

8-
MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable media i.e USB disk.
9-
It is similar to unetbootin but many distros can be installed, provided you have enough space on the disk.
8+
MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable USB disk.
9+
It is similar to UNetbootin but many distros can be installed, provided you have enough space on the disk.
1010
MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.
1111

1212
* Only works on windows and linux
1313

1414
## What does multibootusb do?
1515

16-
MultiBootUSB allows you to do the following:-
16+
MultiBootUSB allows you to do the following:
1717

18-
1. Install multiple live Linux and other Operating Systems in to a USB disk and make it bootable without erasing existing data.
18+
1. Install multiple live Linux and other Operating Systems to a USB disk and make it bootable without erasing existing data.
1919
2. Ability to uninstall installed OS later.
2020
3. Write ISO image directly to a USB disk (you can think of GUI for Linux `dd` command).
2121
4. Boot ISO images directly without rebooting your system using QEMU option.
2222
5. Boot bootable USBs without rebooting your system using QEMU option.
23-
6. Boot USB on UEFI/EFI system through GRUB2 bootloader support (limited support).
23+
6. Boot USB on UEFI/EFI system through GRUB2 bootloader (limited support).
2424

2525

2626
## Installation:
2727

28-
* On Windows:-
28+
* On Windows:
2929
* The windows version of multbootusb is not a standalone program. You need to install it on windows after download. Download the latest
3030
precompiled setup binary (.exe) file from
3131
[here](http://multibootusb.org/page_download/)
32-
* The installation is farley simple. Double click on the executable and follow the onscreen instruction.
32+
* The installation is fairly simple. Double click on the executable and follow the onscreen instructions.
3333

34-
* On Linux:-
34+
* On Linux:
3535

36-
**Using binary method:-**
36+
**Using binary method:**
3737

3838
* Download the installation and source files for various distros from
3939
[here](http://multibootusb.org/page_download/)
4040
* Use your favourite package manager to install multibootusb.
4141

42-
**Using source code method `Linux`:-**
42+
**Using source code method:**
4343

4444
* The install.py script provided with multibootusb should take care of all dependencies and install multibootusb.
45-
Assume that you have downloaded the package named **multibootusb.tar.gz** in to your home directory.
46-
Issue the following commands to install multibootusb:-
45+
Assuming you have downloaded the package named **multibootusb.tar.gz** in your home directory, issue the following commands to install multibootusb:
4746

4847
```sh
4948
tar -xf ./multibootusb.tar.gz
@@ -65,7 +64,7 @@ chmod +x ./uninstall.py
6564
sudo ./uninstall.py
6665
```
6766

68-
For the rest of operations you can refer [Guide](http://multibootusb.org/page_guide/) section of [http://multibootusb.org](http://multibootusb.org)
67+
For the rest of operations you can refer to the [Guide](http://multibootusb.org/page_guide/) section of [http://multibootusb.org](http://multibootusb.org)
6968

7069
Website:
7170
--------

0 commit comments

Comments
 (0)