aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:20:34 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:20:34 +0100
commitd7aec1d79ff730452fa72f783edcdebef043ca96 (patch)
treece4e204a7f24be7ee401fc556c7716e2df756e59 /README.md
parentUpdate dependencies (diff)
downloadferdium-app-d7aec1d79ff730452fa72f783edcdebef043ca96.tar.gz
ferdium-app-d7aec1d79ff730452fa72f783edcdebef043ca96.tar.zst
ferdium-app-d7aec1d79ff730452fa72f783edcdebef043ca96.zip
Switch to npm
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 4 insertions, 15 deletions
diff --git a/README.md b/README.md
index 5163fe46f..d27498e3b 100644
--- a/README.md
+++ b/README.md
@@ -20,34 +20,23 @@ Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many mor
20#### Install Linux OS dependencies 20#### Install Linux OS dependencies
21[Guide: Linux distribution specific dependencies](docs/linux.md) 21[Guide: Linux distribution specific dependencies](docs/linux.md)
22 22
23#### Install yarn
24##### MacOS
25```bash
26$ brew install yarn
27```
28##### Windows
29[Download installer](https://yarnpkg.com/latest.msi)
30
31##### Linux
32[Install Yarn on Linux](https://yarnpkg.com/lang/en/docs/install/)
33
34#### Fix native modules to match current electron node version 23#### Fix native modules to match current electron node version
35```bash 24```bash
36$ yarn run rebuild 25$ npm run rebuild
37``` 26```
38 27
39### Run Franz Development App 28### Run Franz Development App
40Run these two commands __simultaneously__ in different console tabs. 29Run these two commands __simultaneously__ in different console tabs.
41 30
42```bash 31```bash
43$ yarn run dev 32$ npm run dev
44$ yarn start 33$ npm run start
45``` 34```
46Be aware that the development database will be reset regularly. 35Be aware that the development database will be reset regularly.
47 36
48## Packaging 37## Packaging
49```bash 38```bash
50$ yarn build 39$ npm run build
51``` 40```
52 41
53## How can I support the project? 42## How can I support the project?