From 31bdc4fb1e1f4781497eaefc7d56fab770ffaba5 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 7 Sep 2016 02:37:43 -0400 Subject: [PATCH] Probably fix GitHub's lacklustre rendering --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a16bf87e..4afe7392a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ is a great boon to your coding process. ## Setup To get ready to work on the codebase, please do the following: + 1. Fork & clone the repository 2. Run `npm install`, or `npm install --no-optional` if you're not working on voice 3. Code your heart out!