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

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,