summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index b9ce0de..4da6a61 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,21 @@
2 2
3This contains the source code of the WTF is Linux support website. 3This contains the source code of the WTF is Linux support website.
4 4
5Compilation
6-----------
7
8These programs are needed to compile this website into HTML format:
9
10- make
11- [Pandoc](https://pandoc.org/)
12- [pandoc-sidenote](https://github.com/jez/pandoc-sidenote/)
13
14To compile it, simply run:
15
16```sh
17make
18```
19
5Acknowledgements 20Acknowledgements
6---------------- 21----------------
7 22