From ebf9d28fba0dc2f2af2cc785a44127fc1e44620d Mon Sep 17 00:00:00 2001 From: Beaudan Campbell-Brown Date: Tue, 11 Dec 2018 17:39:40 +1100 Subject: [PATCH] Update CONTRIBUTING.md to reflect loki-messenger Should probably have done this a while ago lol --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25fc239d0..6d9d34db3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,8 +55,8 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/ Now, run these commands in your preferred terminal in a good directory for development: ``` -git clone https://github.com/signalapp/Signal-Desktop.git -cd Signal-Desktop +git clone https://github.com/loki-project/loki-messenger.git +cd loki-messenger npm install --global yarn # (only if you don’t already have `yarn`) yarn install --frozen-lockfile # Install and build dependencies (this will take a while) yarn grunt # Generate final JS and CSS assets