From 213cded9110699903107b630dc01f7127e53c1f0 Mon Sep 17 00:00:00 2001 From: Tim Mulqueen Date: Wed, 24 Apr 2019 17:12:08 -0400 Subject: [PATCH] Add a Contributing section to README.md (#20) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 718a4d1f..91c30d48 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file