From 9c2830f7b0273ae399b771a7d9780ee7a7430fc4 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 7 Mar 2012 08:43:36 -0500 Subject: Added a bunch of internal links to the docs. --- docs/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/cli.md') 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] -- cgit v1.2.3