aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cli.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-03-07 08:43:36 -0500
committerWaylan Limberg <waylan@gmail.com>2012-03-07 08:43:36 -0500
commit9c2830f7b0273ae399b771a7d9780ee7a7430fc4 (patch)
tree688195c324bb373a6f43ffa05ed6a3f222960676 /docs/cli.md
parent7060a42a9f9e4941c30a12c019db830bc754da63 (diff)
downloadmarkdown-9c2830f7b0273ae399b771a7d9780ee7a7430fc4.tar.gz
markdown-9c2830f7b0273ae399b771a7d9780ee7a7430fc4.tar.bz2
markdown-9c2830f7b0273ae399b771a7d9780ee7a7430fc4.zip
Added a bunch of internal links to the docs.
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cli.md b/docs/cli.md
index 6048ecc..9babc50 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -14,14 +14,14 @@ of Markdown, you may not have them installed, or you may prefer to use
Python-Markdown's various extensions.
Generally, you will want to have the Markdown library fully installed on your
-system (``setup.py install`` or ``easy_install markdown``) to run the command
-line script.
+system to run the command line script. See the
+[Installation instructions](install.html) for details.
Assuming the `python` executable is on your system path, just run the following:
python -m markdown [options] [args]
-That will run the module as a script. Note that on older python versions (2.5
+That will run the module as a script. Note that on older Python versions (2.5
and 2.6), you may need to specify the appropriate module:
python -m markdown.__main__ [options] [args]