How to properly Clone the Repository
To get started with DarwinKVM, you'll need to recursively clone the repository hosted on GitHub to get access to its submodules like DiskProvision, DarwinFetch, and various others.
git clone --recursive https://github.com/royalgraphx/DarwinKVM.git
This may take a few minutes depending on your internet connection speeds. If you do not clone the repository recursively, you can later fetch the submodules via the DarwinKVM Main Menu, but doing it initially allows you to update DarwinKVM by using the Main Menu or by issuing git pull
in the root of the repository. Updating/Submodules will not work if you download the repository as a ZIP file.