From f0495a07b2719a6e95b541d41313939cabb2276e Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 21 Jun 2017 16:03:35 -0700 Subject: [PATCH] Fix code fencing in CONTRIBUTING.md Add obligatory git/cd lines to make more clear that these are steps to setup from scratch. // FREEBIE --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 048e4ec5f..f5a0401b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: