From bf2080ee40a040d865ae543d0ef058c47cae788a Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Wed, 24 Aug 2016 21:51:17 +0800 Subject: [PATCH] README: update installation info --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e0b6173..b5191f9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ First, you will have to get the XML or JSON file from Niconico/Acfun/Bilibili, m Then, execute `danmaku2ass`. You can see further instructions below. +Installing +---------- + +You may install `danmaku2ass` with the Makefile provided. + +```sh +make +make install +``` + +`PREFIX=` is accepted by `make install` for specifying installation prefix. + +A PKGBUILD is also provided. + Example usage -------------