diff options
Diffstat (limited to 'distro/README.md')
-rw-r--r-- | distro/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distro/README.md b/distro/README.md new file mode 100644 index 0000000..995cb53 --- /dev/null +++ b/distro/README.md @@ -0,0 +1,9 @@ +# upstream packaging + +## RPM-based system (Fedora, CentOS, SUSE, ...) quickstart + +sudo dnf install -y git rpm-build python3-pip +pip3 install apkg +apkg build -i + +See apkg docs: https://pkg.labs.nic.cz/pages/apkg/ |