mirror of https://github.com/kholia/OSX-KVM.git
Fix formatting and code block syntax in README.md
This commit is contained in:
parent
7c31f09ad5
commit
4c233570e7
18
README.md
18
README.md
|
@ -3,11 +3,11 @@
|
||||||
- Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure everything.
|
- Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure everything.
|
||||||
|
|
||||||
**Automatic Installation (one-liner) `wget`/`curl` install**:
|
**Automatic Installation (one-liner) `wget`/`curl` install**:
|
||||||
```
|
```bash
|
||||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.ubuntu.install.script && ./wget.ubuntu.install.script
|
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.ubuntu.install.script -O wget.ubuntu.install.script && ./wget.ubuntu.install.script
|
||||||
```
|
```
|
||||||
*Or*:
|
*Or*:
|
||||||
```
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Choose from:
|
||||||
7. Sonoma (14)
|
7. Sonoma (14)
|
||||||
8. Sequoia (15)
|
8. Sequoia (15)
|
||||||
|
|
||||||
Select a product to download (1-8): Auto-Chooses 7
|
Select a product to download (1-8):
|
||||||
```
|
```
|
||||||
#### Disk Setup
|
#### Disk Setup
|
||||||
1. Select **Disk Utility** from the OpenCore menu.
|
1. Select **Disk Utility** from the OpenCore menu.
|
||||||
|
@ -45,7 +45,7 @@ Select a product to download (1-8): Auto-Chooses 7
|
||||||
|
|
||||||
#### macOS Recovery and Installation
|
#### macOS Recovery and Installation
|
||||||
- Once OpenCore boots, you can download the macOS installer:
|
- Once OpenCore boots, you can download the macOS installer:
|
||||||
```
|
```bash
|
||||||
./fetch-macOS-v2.py
|
./fetch-macOS-v2.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,16 +55,16 @@ Select a product to download (1-8): Auto-Chooses 7
|
||||||
- Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure packages or dependencies.
|
- Full install and activation uses wget and curl commands to run the full sequence so you don’t have to manually configure packages or dependencies.
|
||||||
|
|
||||||
**Automatic Installation with `wget`/`curl` install**:
|
**Automatic Installation with `wget`/`curl` install**:
|
||||||
```
|
```bash
|
||||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script && wget.fedora.install.script
|
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.fedora.install.script -O wget.fedora.install.script && wget.fedora.install.script
|
||||||
```
|
```
|
||||||
*Or*:
|
*Or*:
|
||||||
```
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Choose from:
|
Choose from:
|
||||||
```
|
```shell
|
||||||
1. High Sierra (10.13)
|
1. High Sierra (10.13)
|
||||||
2. Mojave (10.14)
|
2. Mojave (10.14)
|
||||||
3. Catalina (10.15)
|
3. Catalina (10.15)
|
||||||
|
@ -74,7 +74,7 @@ Choose from:
|
||||||
7. Sonoma (14)
|
7. Sonoma (14)
|
||||||
8. Sequoia (15)
|
8. Sequoia (15)
|
||||||
|
|
||||||
Select a product to download (1-8): Auto-Chooses 7
|
Select a product to download (1-8):
|
||||||
```
|
```
|
||||||
#### Disk Setup
|
#### Disk Setup
|
||||||
1. Open **Disk Utility** in the OpenCore menu.
|
1. Open **Disk Utility** in the OpenCore menu.
|
||||||
|
@ -97,7 +97,7 @@ Select a product to download (1-8): Auto-Chooses 7
|
||||||
|
|
||||||
#### macOS Recovery and Installation
|
#### macOS Recovery and Installation
|
||||||
- Once OpenCore boots, you can download the macOS installer using:
|
- Once OpenCore boots, you can download the macOS installer using:
|
||||||
```
|
```bash
|
||||||
./fetch-macOS-v2.py
|
./fetch-macOS-v2.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue