1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Update README.md

Renames the header and adds the static pages clause.
This commit is contained in:
fourfivesix 2014-09-23 17:17:45 -03:00
parent b8c43a431e
commit 4c142f0885

View File

@ -1,4 +1,4 @@
vichan - A lightweight and full featured PHP imageboard.
8chan - The infinitely expanding imageboard.
========================================================
About
@ -118,6 +118,13 @@ WebM support
------------
Read `inc/lib/webm/README.md` for information about enabling webm.
Static Pages
------------
Some pages like `/faq.html` need to be pre-generated:
```
$ php faq.php > faq.html
```
License
--------
See [LICENSE.md](http://github.com/vichan-devel/vichan/blob/master/LICENSE.md).