Fixed bad instructions for install gremlin console/server CTR

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

Branch: refs/heads/master
Commit: 367c373fb67cba1060da194d769d87d178b4a062
Parents: 6fb6a0f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 1 07:50:56 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 1 07:50:56 2016 -0400

----------------------------------------------------------------------
 docs/src/tutorials/getting-started/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/367c373f/docs/src/tutorials/getting-started/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/getting-started/index.asciidoc 
b/docs/src/tutorials/getting-started/index.asciidoc
index b6fcbfa..146eb01 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -57,7 +57,7 @@ unpackage it and start it:
 [source,text]
 ----
 $ unzip apache-tinkerpop-gremlin-console-x.y.z-bin.zip
-$ cd apache-tinkerpop-gremlin-console-x.y.z-bin.zip
+$ cd apache-tinkerpop-gremlin-console-x.y.z
 $ bin/gremlin.sh
 
          \,,,/
@@ -534,7 +534,7 @@ containing a Gremlin script to be processed with results 
returned.
 ----
 $ curl -L -O 
https://www.apache.org/dist/tinkerpop/x.y.z/apache-tinkerpop-gremlin-server-x.y.z-bin.zip
 $ unzip apache-tinkerpop-gremlin-server-x.y.z-bin.zip
-$ cd apache-tinkerpop-gremlin-server-x.y.z-bin.zip
+$ cd apache-tinkerpop-gremlin-server-x.y.z
 $ bin/gremlin-server.sh conf/gremlin-server-modern.yaml
 [INFO] GremlinServer -
          \,,,/

Reply via email to