mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-16 18:41:07 +00:00
Update README.rst (#109)
* Update README.rst Discourage use of PyPI until it's been updated to use the new version (#108).
This commit is contained in:
parent
4f35861d72
commit
87f713ea01
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,10 @@
|
|||
LinkChecker
|
||||
============
|
||||
|
||||
|Build Status|_ |Latest Version|_ |License|_
|
||||
|Build Status|_ |License|_
|
||||
|
||||
.. |Build Status| image:: https://travis-ci.org/linkcheck/linkchecker.svg?branch=master
|
||||
.. _Build Status: https://travis-ci.org/linkcheck/linkchecker
|
||||
.. |Latest Version| image:: http://img.shields.io/pypi/v/LinkChecker.svg
|
||||
.. _Latest Version: https://pypi.python.org/pypi/LinkChecker
|
||||
.. |License| image:: http://img.shields.io/badge/license-GPL2-d49a6a.svg
|
||||
.. _License: http://opensource.org/licenses/GPL-2.0
|
||||
|
||||
|
|
@ -32,6 +30,8 @@ Installation
|
|||
See doc/install.txt in the source code archive.
|
||||
Python 2.7.2 or later is needed. It doesn't work with Python 3 yet, see `#40 <https://github.com/linkcheck/linkchecker/pull/40>`_ for details.
|
||||
|
||||
``pip install linkchecker`` should NOT be used for now, as it will install the old version of linkchecker. See `#4 <https://github.com/linkcheck/linkchecker/pull/4>`_.
|
||||
|
||||
Usage
|
||||
------
|
||||
Execute ``linkchecker http://www.example.com``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue