diff options
author | Minijackson <minijackson@riseup.net> | 2020-07-19 11:56:59 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2020-07-19 11:56:59 +0200 |
commit | a68d50568dcb3e4d5729bed9a14c0ef5d258b5da (patch) | |
tree | 76708cfdc931fbc3e959b62fa60a0e910bccdc5b | |
parent | fcf3fec67fa934d0c6964c785168167ab3cb7517 (diff) | |
download | wtf-is-linux-website-a68d50568dcb3e4d5729bed9a14c0ef5d258b5da.tar.gz wtf-is-linux-website-a68d50568dcb3e4d5729bed9a14c0ef5d258b5da.zip |
README: specify dependencies and compilation instructions
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ | |||
2 | 2 | ||
3 | This contains the source code of the WTF is Linux support website. | 3 | This contains the source code of the WTF is Linux support website. |
4 | 4 | ||
5 | Compilation | ||
6 | ----------- | ||
7 | |||
8 | These 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 | |||
14 | To compile it, simply run: | ||
15 | |||
16 | ```sh | ||
17 | make | ||
18 | ``` | ||
19 | |||
5 | Acknowledgements | 20 | Acknowledgements |
6 | ---------------- | 21 | ---------------- |
7 | 22 | ||