We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a37f4b commit 51aa867Copy full SHA for 51aa867
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