From 4a578f37563511d6948bbd299782a9b4902b42cb Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Tue, 8 Jul 2025 16:53:11 +0300 Subject: [PATCH] Updated Aquatic (markdown) --- Aquatic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Aquatic.md b/Aquatic.md index 95be0e2..018e543 100644 --- a/Aquatic.md +++ b/Aquatic.md @@ -27,11 +27,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.bin\ - --infohash bin_info_hash_ipv6_file_path.bin\ +aquatic-crawler --infohash bin_info_hash_ipv4_file_path\ + --infohash bin_info_hash_ipv6_file_path\ --tracker udp://host1:port\ --tracker udp://host2:port\ --preload /path/to/directory\ --enable-tcp ``` -* replace `infohash` with your `aquatic` configuration values \ No newline at end of file +* replace `bin_info_hash_ipv4_file_path` and `bin_info_hash_ipv6_file_path` values with your `aquatic` configuration paths \ No newline at end of file