docs: remove interpreter part in QUICKSTART.md (#2111)

This commit is contained in:
HuaiyuXu
2016-11-28 20:26:43 +08:00
committed by GitHub
parent a2da8fe5f4
commit 552eda9c5e

View File

@ -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__
```