From a5365a84b3e4dd4d56f26cc18ebc32e2fe776a6e Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Thu, 16 Feb 2017 17:56:28 +0100 Subject: [PATCH] Update package info for openSUSE --- Install-Bats-Using-a-Package.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Install-Bats-Using-a-Package.md b/Install-Bats-Using-a-Package.md index 51d0eaa..d3588d4 100644 --- a/Install-Bats-Using-a-Package.md +++ b/Install-Bats-Using-a-Package.md @@ -16,20 +16,16 @@ sudo apt-get install bats ## openSUSE -Bats is available for openSUSE Tumbleweed (the rolling release), and will be available in the upcoming openSUSE Leap 42.1 release. To install it, run +Bats is available for openSUSE Tumbleweed, as well as for openSUSE Leap 42.1 +and later releases: - zypper in bats + zypper install bats -For older releases, take a look at the [development project on OBS (Open Build Service)](https://build.opensuse.org/package/show/devel:tools/bats). In the lower-right box you will find build results for all releases for which a Bats package is built. +For older releases, take a look at the [development project on OBS (Open Build +Service)](https://build.opensuse.org/package/show/devel:tools/bats). You may +find a repository containing a package for your target release, or build your +own package using the sources found there. -For example, to install Bats on openSUSE 13.2: - - 1. Click on the link corresponding to the distribution. - 2. Add the linked-to "download repository" as a zypper repository: - - zypper ar -f http://download.opensuse.org/repositories/devel:/tools/openSUSE_13.2 devel-tools - - 3. Install bats the usual way: ``zypper in bats`` ## Arch Linux