§ I
To run the Veritas compiler and generate executables, you must have the following installed on your system:
§ II
Obtain the source code and link the unified CLI to your path:
git clone https://github.com/jreyes913/veritas.git
cd veritas
sudo ln -s "$(pwd)/compiler/main.py" /usr/local/bin/veritas
§ III
Test your installation by creating a new project:
veritas new project_alpha
cd project_alpha
veritas run
§ IV
For syntax highlighting and unit type support, install the extension:
cp -r veritas-language ~/.vscode/extensions/
Restart VS Code to activate.