Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit ac75c46

Browse files
committed
Improve packaging doc to include webui
1 parent 7f4ec27 commit ac75c46

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/linux-packaging.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ Make sure you can build the `node.js` client from source code (i.e. you can succ
88

99
1. Make sure you have `dpkg`, `jq` and `fakeroot` installed (otherwise, install them with `apt`).
1010
2. 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

1415
Note: creating deb packages only has been tested extensively on Ubuntu and Debian.
1516

1617
#### Fedora/CentOS/RHEL (RPM package format)
1718

1819
1. Make sure you have `rpm-build` installed (otherwise, install it with `yum` or `dnf`).
1920
2. 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

2325
Note: creating RPM packages only has been tested extensively on Fedora.

0 commit comments

Comments
 (0)