aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-03-07 23:56:25 -0500
committerWaylan Limberg <waylan@gmail.com>2012-03-07 23:56:25 -0500
commit371a637d37cac629818cf4d618299ccfcbbbc1d0 (patch)
tree6b0eaf5ebe9df470df7dd3c5f621e950501540ec /INSTALL.md
parent91f022a2e6f677162df477108cae5698a866f746 (diff)
downloadmarkdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.tar.gz
markdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.tar.bz2
markdown-371a637d37cac629818cf4d618299ccfcbbbc1d0.zip
Point to docs hosted with PyPI rather than Yuri's missing site.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 66359bd..5f50ff4 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -5,4 +5,5 @@ As an Admin/Root user on your system do:
pip install markdown
-Or for more specific instructions, view the documentation in `docs/install.txt`.
+Or for more specific instructions, view the documentation in `docs/install.txt`
+or on the website at <http://packages.python.org/Markdown/>.