Skip to content

Commit

Permalink
A few blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan authored Apr 10, 2024
1 parent 8ec0bbb commit 9608a05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/rpm-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ sudo dnf install ckan
```

### Or if you are on OpenSUSE

```
sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/stable/ckan_stable.repo
sudo zypper install ckan
```

## Nightly builds

If you like to live dangerously, these are the bleeding edge builds that are generated every time we merge changes to the main branch. On the plus side, you'll get fixes and enhancements faster than everyone else. On the minus side, these builds are essentially untested; we don't know whether they're reliable until we take a close look at them and make sure they're complete and won't break things, at which point they turn into a stable build (if that sounds more like what you want, scroll up to the previous section).
Expand All @@ -26,7 +28,9 @@ Things may break! But if they do and you [report it to us](https://github.com/KS
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

```
sudo zypper addrepo https://ksp-ckan.s3-us-west-2.amazonaws.com/rpm/nightly/ckan_nightly.repo
sudo zypper install ckan
Expand Down

0 comments on commit 9608a05

Please sign in to comment.