Merge pull request #96 from loki-project/contributing-update

Update CONTRIBUTING.md to reflect loki-messenger
pull/101/head
sachaaaaa 6 years ago committed by GitHub
commit 67c7c7980a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save