summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-07-19 11:56:59 +0200
committerMinijackson <minijackson@riseup.net>2020-07-19 11:56:59 +0200
commita68d50568dcb3e4d5729bed9a14c0ef5d258b5da (patch)
tree76708cfdc931fbc3e959b62fa60a0e910bccdc5b /README.md
parentfcf3fec67fa934d0c6964c785168167ab3cb7517 (diff)
downloadwtf-is-linux-website-a68d50568dcb3e4d5729bed9a14c0ef5d258b5da.tar.gz
wtf-is-linux-website-a68d50568dcb3e4d5729bed9a14c0ef5d258b5da.zip
README: specify dependencies and compilation instructions
Diffstat (limited to 'README.md')
-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