summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Mulqueen <Multimo@users.noreply.github.com>2019-04-24 17:12:08 -0400
committerMatan Kushner <hello@matchai.me>2019-04-24 17:12:08 -0400
commit213cded9110699903107b630dc01f7127e53c1f0 (patch)
treedd15d42469b3393e888a0aa47c8b8327e2d27176
parentf75013ce08b90701621e6ac17d282e9544ab893b (diff)
Add a Contributing section to README.md (#20)
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 718a4d1fd..91c30d48a 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