mirror of https://github.com/kholia/OSX-KVM.git
Fix installation script links in README.md
This commit is contained in:
parent
a391cc34a5
commit
d363b595dd
|
@ -3,13 +3,13 @@
|
||||||
**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
|
```bash
|
||||||
sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh | bash
|
sudo curl -fsSL https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.install.script | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
**Or download and run the installer script manually**:
|
**Or download and run the installer script manually**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/install-macos-kvm.sh
|
sudo wget https://raw.githubusercontent.com/kholia/OSX-KVM/master/wget.install.script | bash
|
||||||
cd ~/OSX-KVM
|
cd ~/OSX-KVM
|
||||||
sudo bash install-macos-kvm.sh
|
sudo bash install-macos-kvm.sh
|
||||||
cd ~/OSX-KVM/OpenCore
|
cd ~/OSX-KVM/OpenCore
|
||||||
|
|
Loading…
Reference in New Issue