From 9ce6971173ce3776787996ac0e67163bf301538b Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mon, 22 Aug 2022 10:01:11 +0200 Subject: [PATCH] doc: Add link to repo with unstable builds --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 980559cf..acb5ef06 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ RPM packages are available in the [openSUSE:Tools](http://download.opensuse.org/ zypper addrepo --repo http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_Tumbleweed/openSUSE:Tools.repo zypper install osc +**Unstable** RPM packages are available in the [OBS:Server:Unstable](http://download.opensuse.org/repositories/OBS:/Server:/Unstable/) repository. + + zypper addrepo --repo http://download.opensuse.org/repositories/OBS:/Server:/Unstable/openSUSE_Factory/OBS:Server:Unstable.repo + zypper install osc + To install from git, do ./setup.py build