From 3b3568b24da4dce371dad13f41f14402d0e770ba Mon Sep 17 00:00:00 2001 From: dongxu Date: Tue, 8 Dec 2015 23:43:28 +0800 Subject: [PATCH] Update QUICKSTART.md --- docs/QUICKSTART.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 9407ace68b..faea863103 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -1,6 +1,6 @@ # Quick Start -#### Run tidb with docker +#### Run TiDB with docker You can quickly test tidb with docker, the source repository contains the Dockerfile which contains local tidb-server. @@ -24,6 +24,10 @@ mysql -h 127.0.0.1 -P 4000 -u root -D test Notice: OSX user may use `docker-machine ip` to connect it. +#### __Run TiDB on HBase__ + +Read this [doc](https://github.com/pingcap/tidb/blob/master/docs/HBASE_QUICKSTART.md). + #### __Pre-requirement__ Go environment. Currently a 64-bit version of go >= 1.5 is required.