diff options
-rw-r--r-- | HACKING.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index 4857e1e2c..fe4a1e5d0 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -87,7 +87,10 @@ Useful links: Building Docs ~~~~~~~~~~~~~ -To build the current set of docs, enter the docs directory and type `make` +To build the current set of docs, just:: + + cd doc + make This will give you a build/html directory with the html docs. |