Merge pull request #135 from mozilla/bgrins-patch-1-1

Include instructions for building and testing with cargo
This commit is contained in:
Brian Grinstead 2016-12-16 12:53:54 -08:00 committed by GitHub
commit f7c97e776c

View file

@ -62,6 +62,21 @@ This project is very new, so we'll probably revise these guidelines. Please
comment on an issue before putting significant effort in if you'd like to comment on an issue before putting significant effort in if you'd like to
contribute. contribute.
## Building
Right now this code is located on a branch, so you first need to `git checkout rust`. To build and test the project, we are using [Cargo](https://crates.io/install).
To build use
````
cargo build
````
To run tests use:
````
cargo test
````
## License ## License