From ee4dfc63e14e548f070ff33cde99d2cffe387408 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 27 Jun 2022 10:51:10 -0700 Subject: [PATCH] Move torrent documentation to server --- server/config/qbittorrent/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 server/config/qbittorrent/README.md diff --git a/server/config/qbittorrent/README.md b/server/config/qbittorrent/README.md new file mode 100644 index 0000000..64971e1 --- /dev/null +++ b/server/config/qbittorrent/README.md @@ -0,0 +1,4 @@ +## Create a Torrent File +On Windows, use qBitTorrent's [Torrent Creator](https://www.ghacks.net/2019/09/20/how-to-create-a-private-torrent-using-qbittorrent/) +On Linux (CLI), use [`ctorrent`](http://manpages.ubuntu.com/manpages/bionic/man1/ctorrent.1.html). (Like: `ctorrent -t -s output_file.torrent /path/to/source/dir`) +