From 1d2befc3c7904530dcfb32c76a468ee63f118b14 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Sat, 22 Feb 2025 07:31:47 +0000 Subject: [PATCH] Update howto.md --- howto.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/howto.md b/howto.md index 5055ef4..3381472 100644 --- a/howto.md +++ b/howto.md @@ -86,3 +86,10 @@ apt install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic source /opt/intel/oneapi/setvars.sh icpc -V ``` + +## aria2c seed only? + +``` +aria2c --bt-seed-unverified -V --seed-ratio=0.0 -d/path/to/download xxx.torrent +aria2c --bt-seed-unverified -V --seed-ratio=0.0 -d. xxx.torrent +``` -- GitLab