summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele <gsantomaggio@suse.com>2019-02-19 09:51:27 +0100
committerGabriele <gsantomaggio@suse.com>2019-02-19 09:51:27 +0100
commitc52e13bd3c47fac67febcf86e6e5f0aedd960885 (patch)
treeea15e3d2ac4872e7a698cd399cdfa1dcd41de89e
parent47d2ae2ebe929dd7d5c5350ec4cdd55370e33096 (diff)
downloaderlang-sd_notify-c52e13bd3c47fac67febcf86e6e5f0aedd960885.tar.gz
Add instructions for OpenSUSE/SLES
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74d6a15..756480b 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,18 @@ On Debian/Ubuntu
```bash
dpkg -i erlang-sd-notify_{version}-1_amd64.deb
```
+
+On openSUSE/SLES distributions
+
+you can install the package using the openSUSE [repositories](https://build.opensuse.org/repositories/network:messaging:amqp/erlang-sd_notify)
+
+for example for Leap15:
+```bash
+sudo zypper addrepo -f https://download.opensuse.org/repositories/network:/messaging:/amqp/openSUSE_Leap_15/network:messaging:amqp.repo
+sudo zypper --gpg-auto-import-keys refresh
+sudo zypper install erlang-sd_notify
+```
+
Build from source using Docker
===