This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,18 @@ Make sure you can build the `node.js` client from source code (i.e. you can succ
88
991 . Make sure you have ` dpkg ` , ` jq ` and ` fakeroot ` installed (otherwise, install them with ` apt ` ).
10102 . Run ` PACKAGING=1 yarn ` .
11- 3 . Then run ` yarn run build-deb ` .
12- 4 . The deb package will be located in the ` dist/ ` directory.
11+ 3 . Run ` PACKAGING=1 yarn build ` .
12+ 4 . Then run ` yarn run build-deb ` .
13+ 5 . The deb package will be located in the ` dist/ ` directory.
1314
1415Note: creating deb packages only has been tested extensively on Ubuntu and Debian.
1516
1617#### Fedora/CentOS/RHEL (RPM package format)
1718
18191 . Make sure you have ` rpm-build ` installed (otherwise, install it with ` yum ` or ` dnf ` ).
19202 . Run ` PACKAGING=1 yarn `
20- 3 . Then run ` yarn run build-rpm ` .
21- 4 . The RPM package will be located in the ` dist/ ` directory.
21+ 3 . Run ` PACKAGING=1 yarn build ` .
22+ 4 . Then run ` yarn run build-rpm ` .
23+ 5 . The RPM package will be located in the ` dist/ ` directory.
2224
2325Note: creating RPM packages only has been tested extensively on Fedora.
You can’t perform that action at this time.
0 commit comments