From e4410efc45faffa95006910e4382ddc65c987010 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:13:15 -0400 Subject: [PATCH] small docs updates and clarifications --- docs/manualmethod.md | 5 +++++ docs/oneclickmethod.md | 6 ++++++ docs/windows-install.md | 10 ++++------ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/manualmethod.md b/docs/manualmethod.md index 4059ae9..9507c2e 100644 --- a/docs/manualmethod.md +++ b/docs/manualmethod.md @@ -18,6 +18,11 @@ To use in NIXOS add qemu, pyton3, and python3-pip to your packages list. If you are installing on Solus OS, extracting qemu may take a while, so be patient. +First, clone the repo +``` +git clone https://github.com/notAperson535/OneClick-macOS-Simple-KVM.git +``` + ## Step 1 Run `fetch-macOS-v2.py` to download installation media for macOS (internet required). ``` diff --git a/docs/oneclickmethod.md b/docs/oneclickmethod.md index d0a2dbd..1832422 100644 --- a/docs/oneclickmethod.md +++ b/docs/oneclickmethod.md @@ -2,6 +2,12 @@ title: OneClick Method --- + +First, clone the repo +``` +git clone https://github.com/notAperson535/OneClick-macOS-Simple-KVM.git +``` + - `setup.sh` is for Debian based Linux Repositories like Ubuntu - `setupArch.sh` is for Arch based Linux Repositories like Manjaro. - `setupFedora.sh` is for Fedora based Linux Repositories. diff --git a/docs/windows-install.md b/docs/windows-install.md index 28e992d..883dca3 100644 --- a/docs/windows-install.md +++ b/docs/windows-install.md @@ -53,17 +53,15 @@ cat /sys/module/kvm_intel/parameters/nested ``` If the first command returns `KVM acceleration can be used` and the second command returns `Y`, then you are good to go. If the first command returns `Y` but the second command return something like `no`, than go to the bottom of the page for troubleshooting. -Now cd into the OneClick-macOS-Simple-KVM directory, replacing the WINDOWS_USER_NAME with the your Windows username, not the Linux one. +Now make sure you are still in the OneClick-macOS-Simple-KVM directory, the path should look something like this: ``` -cd /mnt/c/users/WINDOWS_USER_NAME/Documents/OneClick-macOS-Simple-KVM +/mnt/c/users/WINDOWS_USER_NAME/Documents/OneClick-macOS-Simple-KVM ``` And run `./setup.sh` to finish the setup and run the macOS VM! -~~(Note that the max OS you can run is Big Sur, because of some TSC restrictions. I am working on this issue and when it is resolved I will post a message in the [Discord Server](https://discord.gg/XaEdCSPyNa).)~~ +~~(Note that the max OS you can run is Big Sur, because of some TSC restrictions. I am working on this issue and when it is resolved I will post a message in the [Discord Server](https://discord.gg/XaEdCSPyNa).)~~ This now fixed and you can run Monterey and up on Windows -This now fixed and you can run Monterey and up on Windows - -Once setup.sh finsishes , press ctrl+c and run `sudo HEADLESS=1 ./basic.sh`. Once this is done, download VNC Viewer, [here](https://www.realvnc.com/en/connect/download/viewer/), then type `localhost:5900` into the top to connect to the vm using vnc. +Once setup.sh finsishes and you see a QEMU window pop up, press ctrl+c and run `sudo HEADLESS=1 ./basic.sh`. Once this is done, download VNC Viewer, [here](https://www.realvnc.com/en/connect/download/viewer/), then type `localhost:5900` into the top to connect to the vm using vnc. Whenever you want to load up the machine again, run `sudo HEADLESS=1 ./basic.sh`, NOT `./setup.sh`.