add reference to the system dependencies

This commit is contained in:
yggverse 2025-07-08 22:14:34 +03:00
parent 7c8dfc69b8
commit 27360c4da1

View file

@ -33,6 +33,9 @@ Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracke
## Install ## 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` 1. `git clone https://github.com/YGGverse/aquatic-crawler.git && cd aquatic-crawler`
2. `cargo build --release` 2. `cargo build --release`
3. `sudo install target/release/aquatic-crawler /usr/local/bin/aquatic-crawler` 3. `sudo install target/release/aquatic-crawler /usr/local/bin/aquatic-crawler`