Mercurial > p > roundup > code
diff doc/installation.txt @ 8054:7df143a5c90b
docs: add link to security.txt release tarball verification.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 03 Jul 2024 21:16:19 -0400 |
| parents | ebcda75b7adb |
| children | f53fd57a0cf3 |
line wrap: on
line diff
--- a/doc/installation.txt Tue Jul 02 22:31:00 2024 -0400 +++ b/doc/installation.txt Wed Jul 03 21:16:19 2024 -0400 @@ -74,6 +74,10 @@ .. _install the source: 1. ``python3 -m pip download roundup`` + + * (If you are really impatient, you probably don't want to + `verify the downloaded file <security.html#verify-source-tarball>`_.) + 2. ``tar -xzvf roundup-2.2.0.tar.gz`` * if you don't have a tar command, ``python3 -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.2.0.tar.gz`` can be used.
