diff doc/installation.txt @ 7610:cc4f2a1d271c

docs: replace ' with " in windows tarfile examples The examples for using python to unpack a tarfile on windows used ' not ". I thought they were interchangable, but they are not. Only " works like I expect.
author John Rouillard <rouilj@ieee.org>
date Thu, 17 Aug 2023 13:54:01 -0400
parents 044dea25c1e2
children fae314043555
line wrap: on
line diff
--- a/doc/installation.txt	Thu Aug 17 13:36:43 2023 -0400
+++ b/doc/installation.txt	Thu Aug 17 13:54:01 2023 -0400
@@ -76,7 +76,7 @@
 1. ``python3 -m pip download roundup``
 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.
+   * 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.
 
 3. ``cd roundup-2.2.0``
 4. ``python3 demo.py``

Roundup Issue Tracker: http://roundup-tracker.org/