Skip to content

Commit

Permalink
Remove 'incubator-' prefix from README.md.
Browse files Browse the repository at this point in the history
This closes apache#371
  • Loading branch information
aalexandrov authored and mbalassi committed Feb 6, 2015
1 parent 6ce241e commit b483230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Learn more about Flink at [http:https://flink.apache.org/](http:https://flink.apache.org/)
* Java 6, 7 or 8 (Note that Oracle's JDK 6 library will fail to build Flink, but is able to run a pre-compiled package without problem)

```
git clone https://github.com/apache/incubator-flink.git
cd incubator-flink
git clone https://github.com/apache/flink.git
cd flink
mvn clean package -DskipTests # this will take up to 5 minutes
```

Expand Down

0 comments on commit b483230

Please sign in to comment.