README: update installation info

This commit is contained in:
Mingcong Bai 2016-08-24 21:51:17 +08:00
parent f406629fa9
commit bf2080ee40

View File

@ -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
-------------