From d25f9400564a5e85fe117261683117b951f0bf72 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Tue, 5 Aug 2025 22:42:26 +0300 Subject: [PATCH] Updated Aquatic (markdown) --- Aquatic.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Aquatic.md b/Aquatic.md index 29e8760..5f18491 100644 --- a/Aquatic.md +++ b/Aquatic.md @@ -30,12 +30,11 @@ aquatic_udp -c /path/to/aquatic.toml [Install](https://github.com/YGGverse/aquatic-crawler#install) and run `aquatic-crawler` with following options: ``` bash -aquatic-crawler --infohash bin_info_hash_ipv4_file_path\ - --infohash bin_info_hash_ipv6_file_path\ +aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\ + --infohash /path/to/info-hash-ipv6.bin\ + --infohash /path/to/another-source.bin\ --tracker udp://host1:port\ --tracker udp://host2:port\ - --preload /path/to/directory\ - --enable-tcp + --preload /path/to/directory ``` -* replace `bin_info_hash_ipv4_file_path` and `bin_info_hash_ipv6_file_path` with `aquatic` configuration paths -* replace other options with your values \ No newline at end of file +* replace paths with your values \ No newline at end of file