From e7190e3168192359246a2f27f7603d1be8fef47e Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2020 12:53:50 +0100 Subject: [PATCH] Don't forget to yarn install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f625ea5..13ae08e 100644 --- a/README.md +++ b/README.md @@ -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,