diff options
-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 | ||