diff options
-rw-r--r-- | Doc/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.rst b/Doc/README.rst index b349160..31f8a8b 100644 --- a/Doc/README.rst +++ b/Doc/README.rst @@ -33,7 +33,7 @@ To get started on UNIX, you can create a virtual environment with the command :: make venv That will install all the tools necessary to build the documentation. Assuming -the virtual environment was created in the ``env`` directory (the default; +the virtual environment was created in the ``venv`` directory (the default; configurable with the VENVDIR variable), you can run the following command to build the HTML output files:: |