Update development instructions

This commit is contained in:
David Peter 2017-10-07 16:19:47 +02:00 committed by GitHub
parent 43b124cf19
commit b98e4c9931
1 changed files with 1 additions and 5 deletions

View File

@ -126,13 +126,9 @@ git clone https://github.com/sharkdp/fd
cd fd
cargo build
# Run unit tests
# Run unit tests and integration tests
cargo test
# Run integration tests
cd tests
bash test.sh
# Install
cargo install
```