You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2016/06/30 17:28:06 UTC

flume git commit: Minor README tweaks

Repository: flume
Updated Branches:
  refs/heads/trunk 2252fb193 -> c8c0f9b84


Minor README tweaks


Project: http://git-wip-us.apache.org/repos/asf/flume/repo
Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/c8c0f9b8
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c8c0f9b8
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c8c0f9b8

Branch: refs/heads/trunk
Commit: c8c0f9b8404ef60222f49aa91f74f5a846b57ca7
Parents: 2252fb1
Author: Mike Percy <mp...@cloudera.com>
Authored: Thu Jun 30 10:27:54 2016 -0700
Committer: Mike Percy <mp...@cloudera.com>
Committed: Thu Jun 30 10:27:54 2016 -0700

----------------------------------------------------------------------
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/c8c0f9b8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 790890d..7198a65 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,5 @@ We recommend you set the following Maven options:
 
 export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
 
-To compile Flume, run `mvn compile`.
-To build a distribution, run `mvn install`.
-
-The final Flume distribution artifacts will be in $project/flume-ng-dist/target/.
+To compile Flume and build a distribution tarball, run `mvn install` from the
+top level directory. The artifacts will be placed under `flume-ng-dist/target/`.