From 0557c218457425e9f05cb11dc011851b50dae0a4 Mon Sep 17 00:00:00 2001 From: "Fredrick Brennan:w" Date: Tue, 29 Apr 2014 15:01:34 -0400 Subject: [PATCH] Add webm support to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e852bd3d..c2d57135 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,6 @@ https://www.transifex.com/projects/p/tinyboard-vichan-devel/ Oekaki ------ - vichan makes use of [wPaint](https://github.com/websanova/wPaint) for oekaki. After you pull the repository, however, you will need to download wPaint separately using git's `submodule` feature. Use the following commands: ``` @@ -115,6 +114,10 @@ git submodule update To enable oekaki, add all the scripts listed in `js/oekaki.js` to your `instance-config.php`. +WebM support +------------ +Read `inc/lib/webm/README.md` for information about enabling webm. + License -------- See [LICENSE.md](http://github.com/vichan-devel/vichan/blob/master/LICENSE.md).