Skip to content

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 install

Install Didact Engine at a specified location.

bash
didact engine install --path "C:\Program Files\Didact\Didact Engine"

Proudly powered by VitePress