Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51aa867

Browse files
committedMay 29, 2024·
Link to the latest prebuilt release
1 parent 8a37f4b commit 51aa867

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ThriftCheck is a linter for [Thrift IDL](https://thrift.apache.org/docs/idl)
44
files. It provides a general Thrift linting framework, a set of checks, and a
55
command line tool (`thriftcheck`).
66

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+
712
## `thriftcheck`
813

914
`thriftcheck` is a configuration-driven tool for linting Thrift IDL files from

0 commit comments

Comments
 (0)
Please sign in to comment.