Installation
GlyComboCLI runs on Windows and Linux. Pre-built binaries are available on the GitHub releases page.
Windows
- Download
GlyComboCLI-win-x64.zipfrom the latest release. - Extract the zip to a folder of your choice, e.g.
C:\Tools\GlyComboCLI. - Open a terminal (Command Prompt or PowerShell) in that folder and run:
GlyComboCLI.exe --help
To run GlyComboCLI from any directory, add the folder to your PATH environment variable:
- Open Settings → System → About → Advanced system settings → Environment Variables
- Under System variables, select
Pathand click Edit - Add the folder path and click OK
Linux
- Download
GlyComboCLI-linux-x64.zipfrom the latest release. - Extract, make executable, and run:
unzip GlyComboCLI-linux-x64.zip
chmod +x GlyComboCLI-linux-x64
./GlyComboCLI-linux-x64 --help
To install system-wide:
sudo mv GlyComboCLI-linux-x64 /usr/local/bin/GlyComboCLI
Verifying the installation
Run the following to confirm GlyComboCLI is working:
GlyComboCLI --help
You should see the version number and a list of available options.