Update readme

This commit is contained in:
Jon Moroney 2018-02-21 11:48:44 +01:00
parent 696d840281
commit 7c125cd9b6

View file

@ -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