Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,17 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.

After installing the supported version of `node` and `npm`, install build dependency packages.

Ubuntu/Debian:
```
$ yarn add --dev grunt-electron-installer-debian grunt-electron-installer-redhat
```

**Ubuntu/Debian:**

```
$ sudo apt-get install -y rpm fakeroot
```

Fedora:
**Fedora:**

```
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
Expand All @@ -100,4 +104,4 @@ Then execute `grunt build`.
$ grunt build
```

You will find `.deb` and `.rpm` in the `dist` directory.
> You will find `.deb` and `.rpm` in the `dist` directory.