From 9f90783344cf37db61c73ad6886e23aad2f2006a Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Mon, 27 Jan 2020 11:41:05 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b602c82..4181748 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## Semi-automatic installer of macOS on VirtualBox +This is a Bash script that creates a VirtualBox guest macOS virtual machine with unmodified macOS installation files downloadd directly from Apple servers. + The script is semi-automatic and requires a little user interaction. A default install only requires the user to sit patiently and, less than ten times, press enter when prompted. The script doesn't install any closed-source additions or extra bootloaders. Tested on Cygwin. Works on macOS and WSL, should work on most Linux distros. -### The script supports macOS Mojave (10.14) and High Sierra (10.13) +### macOS Mojave (10.14) and High Sierra (10.13) currently supported ### macOS Catalina 10.15.2 fails to boot on VirtualBox as of the date of its release. Earlier versions of Catalina work, but they are not currently being distributed by Apple's software update servers, from which the script fetches the installer. ## Documentation