From 582e19d08a434a994e02797198a7caab965daf5b Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Mon, 25 May 2020 19:57:48 +0200 Subject: [PATCH] Add "How does it work?" section Fixes #217 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c409f99..a7bbc04 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ A default install only requires the user to sit patiently and, less than ten tim ## Documentation Documentation can be viewed by executing the command `./macos-guest-virtualbox.sh documentation` +## How does it work? +The script bootstraps a configuration for use with Vagrant, QEMU, VMWare, and similar solutions. That said, it does not rely on any third-party distribution of Apple software. More details are explained in the built-in documentation (as mentioned above). + ## iCloud and iMessage connectivity and NVRAM iCloud, iMessage, and other connected Apple services require a valid device name and serial number, board ID and serial number, and other genuine (or genuine-like) Apple parameters. These can be set in NVRAM by editing the script. See `documentation` for further information.