We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5f3a9 commit 886cc69Copy full SHA for 886cc69
docs/running.rst
@@ -165,6 +165,11 @@ like any normal archive::
165
(The ``-a`` argument tells tar to guess the compression format by
166
the file extension.)
167
168
+If your ``tar`` doesn't support ``-a`` (e.g. the default macOS ``tar``),
169
+try::
170
+
171
+ $ tar xvf path/to/distribution.tar.zstd
172
173
If you do not have ``tar``, you can install and use the ``zstd``
174
tool (typically available via a ``zstd`` or ``zstandard`` system
175
package)::
0 commit comments