We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d475146 commit 997ffa6Copy full SHA for 997ffa6
docs/build.md
@@ -82,22 +82,18 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
82
83
After installing the supported version of `node` and `npm`, install build dependency packages.
84
85
-**Ubuntu/Debian:**
86
-
87
```
88
-$ npm i -g grunt-electron-installer-debian
+$ yarn add --dev grunt-electron-installer-debian grunt-electron-installer-redhat
89
90
+**Ubuntu/Debian:**
+
91
92
$ sudo apt-get install -y rpm fakeroot
93
94
95
**Fedora:**
96
97
-```
98
-$ npm i -g grunt-electron-installer-redhat
99
100
101
102
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
103
0 commit comments