README: add compilation instructions
This commit is contained in:
parent
7b5b9b2382
commit
62dc49f658
@ -4,6 +4,15 @@ A tool to download subtitled videos from the website loadtup.com.
|
||||
|
||||
It downloads videos using `youtube-dl`; parses and converts loadtup's custom subtitle format to srt; and remuxes them together using `mkvmerge`, including the CRC32 in the resulting filename.
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
git clone https://git.ivysaur.me/code.ivysaur.me/loadtup-dl
|
||||
cd loadtup-dl
|
||||
go build
|
||||
sudo cp ./loadtup-dl /usr/local/bin/loadtup-dl
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user