Engine Install
Installs Didact Engine to your machine.
bash
didact engine install [--path "<INSTALL_PATH>"]Options
--path(string): The install path for Didact Engine.
INFO
If --path is not specified, then a default installation path is used.
Examples
Install Didact Engine at the default location.
bash
didact engine installInstall Didact Engine at a specified location.
bash
didact engine install --path "C:\Program Files\Didact\Didact Engine"