Is this from the "building Flink" quickstart? I don't mind too much but you can open a PR if you want to change that.
> On 9. Mar 2018, at 08:00, mingleizhang <zml13856086...@163.com> wrote: > > Hi, > > > Anyway, the line of cd build-target below confused me for a while at the > first time since there is not a folder called build-target. So I would > suggest change this stuff to a more reasonable representation for the > beginner to flink. > What do you think of that ? > > > Like > cd flink-dist/target/flink-{version}-SNAPSHOT-bin/flink-{version}-SNAPSHOT > > > Thanks > Minglei > Download and Compile > > Clone the source code from one of our repositories, e.g.: > > $ git clone https://github.com/apache/flink.git > $ cd flink > $ mvn clean package -DskipTests# this will take up to 10 minutes$ cd > build-target # this is where Flink is installed to > > > > >