Skip to content

Commit

Permalink
Simplify command to make HTML from a ZIP.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <[email protected]>
  • Loading branch information
daira committed Aug 6, 2019
1 parent 878b381 commit 4864dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zip-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ reStructuredText, first install rst2html5::
sudo apt-get install python-pip
sudo pip install rst2html5

and then run::
Then, with ``zip-xxxx.rst`` in the root directory of a clone of this repo, run::

rst2html5 -v zip-xxxx.rst >zip-xxxx.html
make zip-xxxx.html

and view ``zip-xxxx.html`` in a web browser.

Expand Down

0 comments on commit 4864dde

Please sign in to comment.