Fix formatting and code block syntax in README.md

This commit is contained in:
Statik DK Smoke 2025-09-08 11:40:53 -05:00 committed by GitHub
parent 7c31f09ad5
commit 4c233570e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -3,11 +3,11 @@
- Full install and activation uses wget and curl commands to run the full sequence so you dont have to manually configure everything.
**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
```
*Or*:
```
```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)
8. Sequoia (15)
Select a product to download (1-8): Auto-Chooses 7
Select a product to download (1-8):
```
#### Disk Setup
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
- Once OpenCore boots, you can download the macOS installer:
```
```bash
./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 dont have to manually configure packages or dependencies.
**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
```
*Or*:
```
```bash
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/OSX-KVM/master/install-macos-kvm.sh | bash
```
Choose from:
```
```shell
1. High Sierra (10.13)
2. Mojave (10.14)
3. Catalina (10.15)
@ -74,7 +74,7 @@ Choose from:
7. Sonoma (14)
8. Sequoia (15)
Select a product to download (1-8): Auto-Chooses 7
Select a product to download (1-8):
```
#### Disk Setup
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
- Once OpenCore boots, you can download the macOS installer using:
```
```bash
./fetch-macOS-v2.py
```