Compare commits
1 commit
master
...
bgrins-pat
Author | SHA1 | Date | |
---|---|---|---|
|
65fa47cf0b |
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue