Skip to content

Commit

Permalink
Move linux distribution specific dependencies to /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Oct 20, 2017
1 parent 5985240 commit f66322d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Expand Up @@ -14,16 +14,8 @@ Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many mor

### Preparations

#### Install OS Dependencies
##### Linux (Debian/Ubuntu)
```bash
$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
```

##### Linux (Fedora)
```bash
$ dnf-install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
```
#### Install Linux OS dependencies
[Guide: Linux distribution specific dependencies](docs/linux.md)

#### Install yarn
##### MacOS
Expand Down
11 changes: 11 additions & 0 deletions docs/linux.md
@@ -0,0 +1,11 @@
# Linux distribution specific dependencies

## Debian/Ubuntu
```bash
$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev
```

## Fedora
```bash
$ dnf-install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel
```

0 comments on commit f66322d

Please sign in to comment.