From 2146b4c0310a94969405826825dff40b4c646565 Mon Sep 17 00:00:00 2001 From: anarcat Date: Fri, 22 Jun 2018 09:54:36 -0400 Subject: [PATCH] add note about missing Windows support Clarify that we don't have good Windows support directly in the README in a naive hope to reduce the number of duplicates. Closes: #124 See: #53 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 9c4a9718..3873425b 100644 --- a/README.rst +++ b/README.rst @@ -27,11 +27,15 @@ Features 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 `_ for details. ``pip install linkchecker`` should NOT be used for now, as it will install the old version of linkchecker. See `#4 `_. +Windows builds are seriously lagging behind the Linux releases, see `#53 `_ for details. For now, the only two options are to install from source or use `Docker for Windows `_. + Usage ------ Execute ``linkchecker http://www.example.com``.