From 6f085897005c7e65c9ee60a0b2163c00e25deae8 Mon Sep 17 00:00:00 2001 From: x3 Date: Sat, 8 Jan 2022 20:07:50 +0100 Subject: [PATCH] Add install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 461e56d..f96a85e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ That is, it implements logging in, encryption, ed2k hashing and adding files, ba In the future I want to write an mpv plugin that will use the cached database from caniadd to automatically mark an episode watched on AniDB. That will be the peak *comfy* animu list management experience. +# Install + +```bash +git clone --recurse-submodules https://git.lain.church/x3/caniadd +cd caniadd +make +./caniadd -h +``` + ## Things to do: - NAT handling - Multi thread hashing