From 48635ddff84fa34843e3ccc896a07a7ea2ac7c1f Mon Sep 17 00:00:00 2001
From: Bastian Kleineidam
Date: Mon, 31 Mar 2014 11:15:07 +0200
Subject: [PATCH] Added docs. [ci skip]
---
doc/install.txt | 9 +++++++--
doc/web/templates/default.html | 6 +++---
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/doc/install.txt b/doc/install.txt
index 2140c950..852bd913 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -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
diff --git a/doc/web/templates/default.html b/doc/web/templates/default.html
index f600413f..f6c4f28d 100644
--- a/doc/web/templates/default.html
+++ b/doc/web/templates/default.html
@@ -50,9 +50,9 @@
{{site.app.name}}-{{site.app.version}}.deb
-{{site.app.name}}-{{site.app.version}}.tar.xz
+{{site.app.name}}-{{site.app.version}}.tar.gz
Changelog
{{site.app.name}} is