diff --git a/Cargo.toml b/Cargo.toml index f747681b..9fe49d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fd" -version = "2.0.0" +version = "3.0.0" authors = ["David Peter "] [dependencies] diff --git a/README.md b/README.md index 3ccbccae..45db03f8 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,19 @@ makepkg -si ## Development ```bash -cargo build --release +git clone https://github.com/sharkdp/fd + +# Build +cd fd +cargo build + +# Run unit tests +cargo test + +# Run integration tests +cd tests +bash test.sh + +# Install +cargo install ```