From 27360c4da14a84f4c4e35b418a3665b9022ec7fe Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 8 Jul 2025 22:14:34 +0300 Subject: [PATCH] add reference to the system dependencies --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0f7d909..a4a43f4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracke ## Install +> [!NOTE] +> You may want to install some [system dependencies](https://github.com/YGGverse/aquatic-crawler/wiki/Dependencies) + 1. `git clone https://github.com/YGGverse/aquatic-crawler.git && cd aquatic-crawler` 2. `cargo build --release` 3. `sudo install target/release/aquatic-crawler /usr/local/bin/aquatic-crawler`