Repository: cassandra Updated Branches: refs/heads/trunk f081558d6 -> 1e6b7084b
Fix typo 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/1e6b7084 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1e6b7084 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1e6b7084 Branch: refs/heads/trunk Commit: 1e6b7084baf35c51bdfc605d82556a4b250b375a Parents: f081558 Author: Michael Shuler <[email protected]> Authored: Thu Jul 12 21:56:33 2018 -0500 Committer: Michael Shuler <[email protected]> Committed: Thu Jul 12 21:56:33 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/1e6b7084/doc/source/getting_started/installing.rst ---------------------------------------------------------------------- diff --git a/doc/source/getting_started/installing.rst b/doc/source/getting_started/installing.rst index 1a7b8ad..f607028 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 cassandra + tar -xvf 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]
