-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Kaya-Sem edited this page Sep 29, 2024
·
2 revisions
To quickly install commandtrein using go, run the following command:
go install github.com/Kaya-Sem/commandtrein@latestThis 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.
releases (windows is untested)
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/