diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:56:25 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:56:25 -0500 |
commit | 371a637d37cac629818cf4d618299ccfcbbbc1d0 (patch) | |
tree | 6b0eaf5ebe9df470df7dd3c5f621e950501540ec /INSTALL.md | |
parent | 91f022a2e6f677162df477108cae5698a866f746 (diff) | |
download | markdown-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/>. |