Repository: cassandra Updated Branches: refs/heads/trunk 1e6b7084b -> 00b3edaa3
Fix typo2 in install from tarball doc Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/00b3edaa Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/00b3edaa Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/00b3edaa Branch: refs/heads/trunk Commit: 00b3edaa3cfb3fb1331848effb4212e5dbbc1012 Parents: 1e6b708 Author: Michael Shuler <[email protected]> Authored: Thu Jul 12 21:59:22 2018 -0500 Committer: Michael Shuler <[email protected]> Committed: Thu Jul 12 21:59:22 2018 -0500 ---------------------------------------------------------------------- doc/source/getting_started/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/00b3edaa/doc/source/getting_started/installing.rst ---------------------------------------------------------------------- diff --git a/doc/source/getting_started/installing.rst b/doc/source/getting_started/installing.rst index f607028..fb8a046 100644 --- a/doc/source/getting_started/installing.rst +++ b/doc/source/getting_started/installing.rst @@ -38,7 +38,7 @@ Installation from binary tarball files :: - tar -xvf apache-cassandra-3.6-bin.tar.gz + tar -xzvf apache-cassandra-3.6-bin.tar.gz The files will be extracted into ``apache-cassandra-3.6``, you need to substitute 3.6 with the release number that you have downloaded. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
