Skip to content

Commit 905a8ea

Browse files
author
RamiR
committed
docs: fix tar command in installation instructions
The installation instructions had 'tar cvfz' which creates an archive, but it should be 'tar xvfz' to extract the downloaded archive. - Changed 'cvfz' (create) to 'xvfz' (extract)
1 parent 897eb2d commit 905a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install the module system-wide run
1111

1212
.. code-block:: bash
1313
14-
$ tar cvfz python-sqlparse-VERSION.tar.gz
14+
$ tar xvfz python-sqlparse-VERSION.tar.gz
1515
$ cd python-sqlparse/
1616
$ sudo python setup.py install
1717

0 commit comments

Comments
 (0)