From 1c75dee5c2cb27577e3ffa95fbe268a92bb99a60 Mon Sep 17 00:00:00 2001 From: Colins110 Date: Fri, 9 Oct 2020 10:39:26 +0800 Subject: [PATCH] tests: add minio link in test/README.md (#980) --- tests/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/README.md b/tests/README.md index 0d29f6124b7..0acdfbda8d4 100644 --- a/tests/README.md +++ b/tests/README.md @@ -11,6 +11,7 @@ * [bin/go-ycsb](https://github.com/pingcap/go-ycsb) * [bin/etcdctl](https://github.com/etcd-io/etcd/tree/master/etcdctl) * [bin/jq](https://stedolan.github.io/jq/) + * [bin/minio](https://github.com/minio/minio) > If you are running tests on MacOS, tidb related binaries can be downloaded from tiup mirrors, such as https://tiup-mirrors.pingcap.com/tidb-v4.0.2-darwin-amd64.tar.gz. And `sync_diff_inspector` can be compiled by yourself from source [tidb-tools](https://github.com/pingcap/tidb-tools)