Skip to content

Commit f82089a

Browse files
author
jensj
committed
Use modern tar syntax
1 parent 637b64b commit f82089a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/download.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some of these packages may already be installed on your system.
3030
.. _SciPy: http://www.scipy.org/
3131

3232

33-
Specific information for different operating systems
33+
Specific information for different operating systems
3434
is provided at :ref:`installation`.
3535

3636
.. _download:
@@ -337,7 +337,7 @@ to the requested version, e.g.:
337337
- if retrieved as tar-file::
338338

339339
$ cd $HOME
340-
$ tar zxf python-ase-3.8.0.3420.tar.gz
340+
$ tar -xf python-ase-3.8.0.3420.tar.gz
341341
$ ln -s python-ase-3.8.0.3420 ase
342342

343343
It is sufficient to

0 commit comments

Comments
 (0)