From 2d8235ec5fa5bbb91900f083e8fbe8aaa4b332b7 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 8 Jul 2017 13:14:01 -0600 Subject: [PATCH] Add to README a HowTo section with link to Wiki --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93d7df1..e973d3e 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,8 @@ Optional: - Debian based (Ubuntu, Linux Mint, etc.): ```sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlib1g``` Additional packages that might be needed: ``python3-pyqt5.qtwebkit pyqt5-dev-tools`` + +## HowTo's + +See the [Wiki](http://github.com/olivierkes/manuskript/wiki) for more +detailed instructions on how to install on GNU/Linux, Windows, and OS X.