From 00b3edaa3cfb3fb1331848effb4212e5dbbc1012 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Thu, 12 Jul 2018 21:59:22 -0500 Subject: [PATCH] Fix typo2 in install from tarball doc --- doc/source/getting_started/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/installing.rst b/doc/source/getting_started/installing.rst index f607028fdd..fb8a0463f9 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.