mirror of https://github.com/kholia/OSX-KVM.git
Improve README formatting and installation instructions
This commit is contained in:
parent
d8980f02b9
commit
9ab74305bd
10
README.md
10
README.md
|
@ -1,17 +1,21 @@
|
|||
## Quick Install
|
||||
### Quick Install
|
||||
|
||||
To install OSX-KVM and set up macOS in a VM, run:
|
||||
**To install OSX-KVM and set up macOS in a VM, run**:
|
||||
|
||||
```bash
|
||||
sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh | bash
|
||||
```
|
||||
|
||||
Or download and run the installer script manually:
|
||||
**Or download and run the installer script manually**:
|
||||
|
||||
```bash
|
||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh
|
||||
cd ~/kholia/OSX-KVM
|
||||
sudo bash install-macos-kvm.sh
|
||||
cd ~/kholia/OSX-KVM/OpenCore
|
||||
./OpenCore-boot.sh
|
||||
```
|
||||
#### After Boot open KVM and Creat a new VM, navigate to your new "drive" and MacOS in KVM
|
||||
|
||||
### Note
|
||||
|
||||
|
|
Loading…
Reference in New Issue