From a68d50568dcb3e4d5729bed9a14c0ef5d258b5da Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sun, 19 Jul 2020 11:56:59 +0200 Subject: README: specify dependencies and compilation instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b9ce0de..4da6a61 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ This contains the source code of the WTF is Linux support website. +Compilation +----------- + +These programs are needed to compile this website into HTML format: + +- make +- [Pandoc](https://pandoc.org/) +- [pandoc-sidenote](https://github.com/jez/pandoc-sidenote/) + +To compile it, simply run: + +```sh +make +``` + Acknowledgements ---------------- -- cgit v1.2.3