Merge pull request #114 from vector-im/dbkr/yarn_install

Don't forget to yarn install
This commit is contained in:
David Baker 2020-07-15 13:28:51 +01:00 committed by GitHub
commit 80746c1f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,14 @@ Element Desktop
Element Desktop is a Matrix client for desktop platforms with Element Web at its core.
First Steps
===========
Before you do anything else, fetch the dependencies:
```
yarn install
```
Fetching Element
================
Since this package is just the Electron wrapper for Element Web, it doesn't contain any of the Element Web code,