mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Update readme
This commit is contained in:
parent
696d840281
commit
7c125cd9b6
|
|
@ -7,9 +7,9 @@ DDH traverses input directories and their subdirectories, hashes all files found
|
|||
|
||||
## Install
|
||||
* Install [Rust](https://www.rust-lang.org/en-US/install.html)
|
||||
* git clone https://github.com/darakian/ddh.git ddh
|
||||
* cd ddh
|
||||
* cargo build --release
|
||||
* ``` git clone https://github.com/darakian/ddh.git ddh ```
|
||||
* ``` cd ddh ```
|
||||
* ``` cargo build --release ```
|
||||
* the ddh binary will then be at target/release/ddh
|
||||
|
||||
## Example
|
||||
|
|
|
|||
Loading…
Reference in a new issue