From 62dc49f65873e7efc67401e75a66439b87654439 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 12 Apr 2021 12:46:09 +1200 Subject: [PATCH] README: add compilation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6991df6..45a72e8 100644 --- a/README.md +++ b/README.md @@ -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 ```