Installation
The tm
binary can be installed from pre-built binary releases or can be built directly from source.
From binary releases
Releases are available for 64-bit versions of Linux, macOS and Windows platforms.
- Download the desired version from the releases page.
- Move it to its desired destination (
mv tm-linux-amd64 /usr/local/bin/tm
) - Make it executable
chmod +x /usr/local/bin/tm
From Homebrew (macOS and Linux)
brew install tm
From source (Linux / macOS)
To build the tm
binary from source you need the Go compiler toolchain.
go get github.com/triggermesh/tm