mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 17:30:24 +00:00
Added docs.
[ci skip]
This commit is contained in:
parent
fbe5d5f30e
commit
48635ddff8
2 changed files with 10 additions and 5 deletions
|
|
@ -20,8 +20,13 @@ Setup for GNU/Linux
|
|||
On all major Linux distributions (Debian, Mandriva, Redhat, Suse, Ubuntu),
|
||||
the ``linkchecker`` package is available for install.
|
||||
|
||||
If ``pip`` is available, ``sudo pip install linkchecker`` installs
|
||||
LinkChecker to your system.
|
||||
If ``pip`` is available, this command should install LinkChecker on
|
||||
the local system:
|
||||
|
||||
``sudo pip --allow-external linkchecker --allow-unverified linkchecker install linkchecker``
|
||||
|
||||
The ``--allow-external`` and ``--allow-unverified`` are necessary since the
|
||||
source package is hosted on github instead of the Pypi package index.
|
||||
|
||||
|
||||
Manual setup for Unix systems
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@
|
|||
<a href="http://ftp.debian.org/debian/pool/main/l/{{site.app.lname}}/"
|
||||
title="Download Debian installer"
|
||||
class="button"><span>{{site.app.name}}-{{site.app.version}}.deb</span></a>
|
||||
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.tar.xz"
|
||||
title="Download Source .tar.xz package"
|
||||
class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.xz</span></a>
|
||||
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.tar.gz"
|
||||
title="Download Source .tar.gz package"
|
||||
class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
|
||||
</p>
|
||||
<p><a href="https://github.com/wummel/{{site.app.lname}}/blob/master/doc/changelog.txt">Changelog</a></p>
|
||||
<p class="repo-owner"><a href="https://github.com/wummel/{{site.app.lname}}">{{site.app.name}}</a> is
|
||||
|
|
|
|||
Loading…
Reference in a new issue