aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index f7ad7d179..c7e1d8034 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many mor
30$ npm run rebuild 30$ npm run rebuild
31``` 31```
32 32
33### Install dependencies
34Run the following command to install all dependencies, and link sibling modules with Franz.
35```bash
36$ npx lerna bootstrap
37```
38
39If you previously ran `npm install` it sometimes is necessary to delete your `node_modules` folder before running `npx lerna bootstrap`.
40
33### Run Franz Development App 41### Run Franz Development App
34Run these two commands __simultaneously__ in different console tabs. 42Run these two commands __simultaneously__ in different console tabs.
35 43