diff --git a/doc/rpm-repo.md b/doc/rpm-repo.md index d285d19c1..106be2955 100644 --- a/doc/rpm-repo.md +++ b/doc/rpm-repo.md @@ -6,12 +6,21 @@ We have created an RPM repository that you can add to your RPM-based OS to insta These are [the main releases](https://github.com/KSP-CKAN/CKAN/releases), recommended for most users. You will have the same features at the same time as everyone else, but you will have the added conveniences of DNF managing the updates for you. +### Fedora with DNF5 + +``` +sudo dnf config-manager addrepo --from-repofile https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo +sudo dnf install ckan +``` + +### Fedora with legacy DNF + ``` sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo sudo dnf install ckan ``` -### Or if you are on OpenSUSE +### OpenSUSE ``` sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo @@ -24,12 +33,21 @@ If you like to live dangerously, these are the bleeding edge builds that are gen Things may break! But if they do and you [report it to us](https://github.com/KSP-CKAN/CKAN/issues/new/choose), you'll be a hero to CKAN users everywhere, whether they know it or not. +### Fedora with DNF5 + +``` +sudo dnf config-manager addrepo --from-repofile https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_nightly.repo +sudo dnf install ckan +``` + +### Fedora with legacy DNF + ``` sudo dnf config-manager --add-repo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo sudo dnf install ckan ``` -### Or if you are on OpenSUSE +### OpenSUSE ``` sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo