Skip to content

Commit 194bb0a

Browse files
committed
make python untar command into a scrollable pre section.
1 parent 80de41c commit 194bb0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/www/index.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ Follow the source gratification mode with these steps (change the
182182
1. ``python3 -m pip download roundup``
183183
2. ``tar -xzvf roundup-2.3.0.tar.gz``
184184

185-
* if you don't have a tar command (e.g windows), use:
186-
``python -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.3.0.tar.gz``
185+
* if you don't have a tar command (e.g windows), use::
186+
187+
python -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.3.0.tar.gz
187188

188189

189190
3. ``cd roundup-2.3.0``

0 commit comments

Comments
 (0)