From 552eda9c5ee521bb4fed0f77fbbfbadde271cc75 Mon Sep 17 00:00:00 2001 From: HuaiyuXu <391585975@qq.com> Date: Mon, 28 Nov 2016 20:26:43 +0800 Subject: [PATCH] docs: remove interpreter part in QUICKSTART.md (#2111) --- docs/QUICKSTART.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 1f29bec0ca..9718a3ee7d 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -34,16 +34,6 @@ cd $GOPATH/src/github.com/pingcap/tidb make ``` -#### __Run command line interpreter__ - -Interpreter is an interactive command line TiDB client. -You can just enter some SQL statements and get the result. -``` -make interpreter -cd interpreter && ./interpreter -``` -Press `Ctrl+C` to quit. - #### __Run as MySQL protocol server__ ```