Add a Contributing section to README.md (#20)

This commit is contained in:
Tim Mulqueen 2019-04-24 17:12:08 -04:00 committed by Matan Kushner
parent f75013ce08
commit 213cded911
1 changed files with 7 additions and 0 deletions

View File

@ -99,3 +99,10 @@ I'm very new to Rust, so any help is appreciated when it comes to improving deve
```bash
ZSH_THEME="starship"
```
## Contributing
To test locally run the below command:
```bash
cargo run -- $status
```