summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-15 08:41:08 +0100
committerGeorg Brandl <georg@python.org>2016-02-15 08:41:08 +0100
commit96372ec5bd65fcc95c1dbffdba4475d3e8e425f7 (patch)
treeb31c4eea2bca166a116cdc2a103358a1a7e6516c
parent3f7d5c58d1f87959b241daa554abdbf5613d7ba5 (diff)
downloadpygments-96372ec5bd65fcc95c1dbffdba4475d3e8e425f7.tar.gz
Elaborate on source code dir.
-rw-r--r--doc/docs/lexerdevelopment.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst
index 02d466a3..fd6e76b9 100644
--- a/doc/docs/lexerdevelopment.rst
+++ b/doc/docs/lexerdevelopment.rst
@@ -95,7 +95,9 @@ To prepare your new lexer for inclusion in the Pygments distribution, so that it
will be found when passing filenames or lexer aliases from the command line, you
have to perform the following steps.
-First, change to the current directory containing the Pygments source code:
+First, change to the current directory containing the Pygments source code. You
+will need to have either an unpacked source tarball, or (preferably) a copy
+cloned from BitBucket.
.. code-block:: console