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:
parent
057c8d49df
commit
f0495a07b2
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue