Installation
Quick install
Linux / macOS
This downloads the latest release binary and installs it to /usr/local/bin. You may be prompted for your password if sudo is required.
To install a specific version:
Windows (PowerShell)
This installs CColon to %LOCALAPPDATA%\CColon and adds it to your user PATH. You will need to restart your terminal after installation.
To install a specific version:
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/TRC-Loop/CColon/main/install.ps1))) v0.1.0
Build from source
Building from source requires Go 1.22 or later.
Then move the binary to a directory on your PATH:
Verify the installation
You should see output like:
Next steps
Continue with the Hello World guide to write your first CColon program.