Skip to content

Commit dd9f0bf

Browse files
committed
Update comment on how to install the generated RPM #340
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent f94b255 commit dd9f0bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/scripts/build_rpm_docker.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
1414
This script will generate the RPM package files and place them in the
1515
dist/rpmbuild/ directory.
16+
17+
Once the RPM package is generated, you can install it using:
18+
19+
sudo dnf install /path/to/<dejacode>.rpm
20+
21+
(Replace the above path with the actual path to the generated RPM file.)
1622
"""
1723

1824
import os

0 commit comments

Comments
 (0)