Skip to content

Commit

Permalink
docs: update installation instructions to include Rust requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 12, 2024
1 parent 735c88b commit f9b05c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ DumpSync is a lightweight tool designed for efficiently dumping and restoring My
- **XSS Report**: Generate a detailed report of XSS vulnerabilities found in the database.
- **Share**: Share your dump or scan results with others.


## Installation

To install DumpSync, use the following command:

> [!note]
> Make sure you have Rust installed on your system. If not, you can install it from [here](https://www.rust-lang.org/tools/install).
```bash
cargo install dumpsync
```
Expand Down

0 comments on commit f9b05c9

Please sign in to comment.