Update CONTRIBUTING.md to reflect loki-messenger

Should probably have done this a while ago lol
This commit is contained in:
Beaudan Campbell-Brown 2018-12-11 17:39:40 +11:00 committed by GitHub
parent e9ad614055
commit ebf9d28fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 dont already have `yarn`)
yarn install --frozen-lockfile # Install and build dependencies (this will take a while)
yarn grunt # Generate final JS and CSS assets