Improve README (#41)

This adds some hints on how to build the web page locally and mentions
PerlMagick as a needed dependency (if you want working images).

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-25 14:51:09 +01:00 committed by Daniel Hahler
parent 61ac0a720d
commit 2ae412a80b
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
This is the main source of the This is the main source of the
[website for the awesome window manager](https://awesomewm.org/). [website for the awesome window manager](https://awesomewm.org/).
The website is based on [ikiwiki](https://ikiwiki.info/). The website is based on [ikiwiki](https://ikiwiki.info/). You can build the web
page locally by running `make`. The result will be in `html/`. Besides ikiwiki,
you will also need [PerlMagick](https://www.imagemagick.org/script/perl-magick.php).
## Publishing ## Publishing