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: