From a755b5ec5b7be65c4e05228a8fe95bf02b0785d9 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Tue, 1 Nov 2022 14:09:52 +0800 Subject: [PATCH] Improve README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c47735a5a..84b9c85298 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ This monorepo contains the package manifests for the Terra repositories. # How to use - ```bash sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo -``` \ No newline at end of file +``` +# Add packages +Pull requests are welcomed! See [here](docs/BUILDING.md) for instructions. +1. Add a new dir named after the package +1. Add `pkg.spec` and replace `pkg` with the name +1. See [here](https://rpm-packaging-guide.github.io/) for the RPM packaging guide (for writing a spec file) +1. Commit to a new branch then send a pull request