This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
- ## Installation
1
+ # Installation
2
2
3
- There are three ways to get ` tm ` :
3
+ The ` tm ` binary can be installed from pre-built binary releases or can be built directly from source.
4
4
5
- ### With Go
5
+ ### From binary releases
6
6
7
- With a working [ Golang ] ( https://golang.org/doc/install ) environment do:
7
+ Releases are available for 64-bit versions of Linux, macOS and Windows platforms.
8
8
9
- ```
10
- go get github.com/triggermesh/tm
11
- `` `
9
+ 1 . Download the desired version from the [ releases ] ( https://github.com/triggermesh/tm/releases ) page.
10
+ 2 . Move it to its desired destination ( ` mv tm-linux-amd64 /usr/local/bin/tm ` )
11
+ 3 . Make it executable ` chmod +x /usr/local/bin/tm `
12
12
13
- ### A Release
14
- Head to the GitHub [ release page] ( https://github.com/triggermesh/tm/releases ) and download a release.
13
+ ### From Homebrew (macOS and Linux)
15
14
16
- ### Brew on OSX
17
- On OSX use the TriggerMesh tap
18
-
19
- ```
20
- brew tap triggermesh/tap
15
+ ``` bash
21
16
brew install tm
22
- which tm
23
17
```
24
18
19
+ ### From source (Linux / macOS)
20
+
21
+ To build the ` tm ` binary from source you need the [ Go] ( https://golang.org/doc/install ) compiler toolchain.
22
+
23
+ ``` bash
24
+ go get github.com/triggermesh/tm
25
+ ```
You can’t perform that action at this time.
0 commit comments