Fix code fencing in CONTRIBUTING.md

Add obligatory git/cd lines to make more clear that these are steps to setup
from scratch.

// FREEBIE
This commit is contained in:
lilia 2017-06-21 16:03:35 -07:00 committed by Scott Nonnenberg
parent 057c8d49df
commit f0495a07b2
No known key found for this signature in database
GPG Key ID: A4931C09644C654B
1 changed files with 4 additions and 2 deletions

View File

@ -17,10 +17,12 @@ also a good idea to outline your approach to the problem in order to get
feedback.
## Developer Setup
``
```
git clone https://github.com/WhisperSystems/Signal-Desktop.git
cd Signal-Desktop
npm install # install dependencies
npm start # run
``
```
Some features, such as native notifications, will not work locally until you
package for your platform: