diff options
Diffstat (limited to 'distro/README.md')
-rw-r--r-- | distro/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/README.md b/distro/README.md index 995cb53..dae5d1c 100644 --- a/distro/README.md +++ b/distro/README.md @@ -1,9 +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/ |