You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/06/09 20:33:30 UTC

[5/5] incubator-tinkerpop git commit: Update README.

Update README.


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

Branch: refs/heads/master
Commit: ba0789cc238c937f16c63666383c8052c0159332
Parents: 8a26af5
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Jun 9 14:33:11 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Jun 9 14:33:11 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/ba0789cc/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 47b552a..77be81f 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -45,8 +45,8 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 ** If there are changes to the Gryo format, it may be necessary to generate the Grateful Dead dataset from GraphSON (see `IoDataGenerationTest.shouldWriteGratefulDead`)
 * Check license headers are present: `mvn apache-rat:check`
-* Process a single AsciiDoc file: +pass:[docs/preprocessor/preprocess-file.sh `pwd`/gremlin-console/target/apache-gremlin-console-*-standalone `pwd`/docs/src/xyz.asciidoc]+
-* Build AsciiDocs: `bin/process-docs.sh`
+* Build AsciiDocs (Hadoop must be running): `bin/process-docs.sh`
+** Process a single AsciiDoc file: +pass:[docs/preprocessor/preprocess-file.sh `pwd`/gremlin-console/target/apache-gremlin-console-*-standalone `pwd`/docs/src/xyz.asciidoc]+
 * Build JavaDocs: `mvn process-resources -Djavadoc`
 * Check for Apache License headers: `mvn apache-rat:check`
 * Check for newer dependencies: `mvn versions:display-dependency-updates` or `mvn versions:display-plugin-updates`