We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7887e7 commit 36d42a3Copy full SHA for 36d42a3
README.md
@@ -4,6 +4,11 @@ ThriftCheck is a linter for [Thrift IDL](https://thrift.apache.org/docs/idl)
4
files. It provides a general Thrift linting framework, a set of checks, and a
5
command line tool (`thriftcheck`).
6
7
+You can download the [latest prebuilt release][latest] or build the project
8
+yourself using the Go compiler toolchain (e.g. `go install`).
9
+
10
+[latest]: https://github.com/pinterest/thriftcheck/releases/latest
11
12
## `thriftcheck`
13
14
`thriftcheck` is a configuration-driven tool for linting Thrift IDL files from
0 commit comments