This guide may be available to other platforms in the future.
Go here to get the latest linux binary.
To run the CorLang CLI run:
chmod +x /path/to/corlang # only needed once
/path/to/corlang [file]
The CLI can optionally take in a file to execute.
Run git clone https://github.com/C1200/CorLang.git
To run the CorLang CLI run:
cd CorLang
python3 lib/cli.py [file]
The CLI can optionally take in a file to execute.