// DOCS NAVIGATION
INSTALL_NOW
SOURCE: live GitHub releases API + build steps
SOURCE: live GitHub releases API
[ FETCHING LATEST RELEASE FROM GITHUB ... ]
[ BUILD FROM SOURCE ]
STEP 01 — Clone the repository
$> git clone https://github.com/Hyska-Software/SpectraLang.gitSTEP 02 — Enter the workspace
$> cd SpectraLangSTEP 03 — Build the full workspace (compiler, runtime, CLI, LSP)
$> cargo buildSTEP 04 — Install the spectralang CLI on your PATH
$> cargo install --path tools/spectra-cli