Skip to content

Commit 997ffa6

Browse files
jhdcruzRokt33r
authored andcommitted
Required both package for builds | Yarn
1 parent d475146 commit 997ffa6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/build.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,18 @@ 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:**
86-
8785
```
88-
$ npm i -g grunt-electron-installer-debian
86+
$ yarn add --dev grunt-electron-installer-debian grunt-electron-installer-redhat
8987
```
9088

89+
**Ubuntu/Debian:**
90+
9191
```
9292
$ sudo apt-get install -y rpm fakeroot
9393
```
9494

9595
**Fedora:**
9696

97-
```
98-
$ npm i -g grunt-electron-installer-redhat
99-
```
100-
10197
```
10298
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
10399
```

0 commit comments

Comments
 (0)