You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ab...@apache.org on 2018/03/23 11:07:25 UTC

[10/11] incubator-gobblin git commit: [GOBBLIN-355] Update distribution path in README

[GOBBLIN-355] Update distribution path in README


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

Branch: refs/heads/master
Commit: ba919b2be77698c52e606ce690d654a894a4cdfc
Parents: 433efff
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Fri Mar 23 03:27:50 2018 -0700
Committer: Abhishek Tiwari <ab...@apache.org>
Committed: Fri Mar 23 03:28:35 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/ba919b2b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e99fe8d..650c68f 100644
--- a/README.md
+++ b/README.md
@@ -31,11 +31,11 @@ Make sure that you download it to gradle/wrapper directory.
 2. Download gradle-wrapper.jar (version 2.13) and place it in the gradle/wrapper folder. See 'Instructions to download gradle wrapper' above.
 3. Skip tests and build the distribution: 
 Run `./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain` 
-The distribution will be created in build/gobblin-distribution/libs directory.
+The distribution will be created in build/gobblin-distribution/distributions directory.
 (or)
 3. Run tests and build the distribution (requires Maven): 
 Run `./gradlew build` 
-The distribution will be created in build/gobblin-distribution/libs directory.
+The distribution will be created in build/gobblin-distribution/distributions directory.
 
 # Quick Links