Skip to content

Commit e889545

Browse files
authored
Update README.md
1 parent c963522 commit e889545

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ Live linux distro combined in one EFI file.
55
## Install on Mac
66

77
### 1. Mount EFI System Partition
8-
```mkdir /tmp/efi
9-
sudo mount -t msdos /tmp/efi /dev/diskN```
8+
```
9+
mkdir /tmp/efi
10+
sudo mount -t msdos /tmp/efi /dev/diskN
11+
```
1012
To find out EFI partition disk number use *diskutil list*
1113

1214
### 2. Copy OneFileLinux.EFI to EFI Partiotion

0 commit comments

Comments
 (0)