Skip to content
Kaya-Sem edited this page Sep 29, 2024 · 2 revisions

Install via go install

To quickly install commandtrein using go, run the following command:

go install github.com/Kaya-Sem/commandtrein@latest

This will download and install commandtrein and make it available in your $GOPATH/bin directory. Ensure that this directory is included in your system's PATH environment variable.

Compiled binaries

releases (windows is untested)

Install from source

If you prefer to build commandtrein from source, follow these steps:

git clone https://github.com/Kaya-Sem/commandtrein.git
cd commandtrein
go build -o commandtrein
sudo mv commandtrein /usr/local/bin/

Clone this wiki locally