Skip to content

Commit d475146

Browse files
jhdcruzRokt33r
authored andcommitted
Add build dependency packages cmds
1 parent 1fe59ca commit d475146

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/build.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,21 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
8282
8383
After installing the supported version of `node` and `npm`, install build dependency packages.
8484

85-
Ubuntu/Debian:
85+
**Ubuntu/Debian:**
86+
87+
```
88+
$ npm i -g grunt-electron-installer-debian
89+
```
8690

8791
```
8892
$ sudo apt-get install -y rpm fakeroot
8993
```
9094

91-
Fedora:
95+
**Fedora:**
96+
97+
```
98+
$ npm i -g grunt-electron-installer-redhat
99+
```
92100

93101
```
94102
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
@@ -100,4 +108,4 @@ Then execute `grunt build`.
100108
$ grunt build
101109
```
102110

103-
You will find `.deb` and `.rpm` in the `dist` directory.
111+
> You will find `.deb` and `.rpm` in the `dist` directory.

0 commit comments

Comments
 (0)