From 68f730355e43be71ac0f1fd632d6d43c02298bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 21 Jun 2019 10:24:04 -0300 Subject: [PATCH] README.md: skopeo on openSUSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a simple documentation how to install skopeo and its build dependencies on an openSUSE distribution Signed-off-by: José Guilherme Vanz --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c1cab83f..7c052165 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,11 @@ Obtaining skopeo ```sh $ sudo dnf install skopeo ``` +for openSUSE: +```sh +$ sudo zypper install skopeo +``` + Otherwise, read on for building and installing it from source: @@ -179,6 +184,9 @@ sudo apt install libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev libost # macOS: brew install gpgme + +# openSUSE +sudo zypper install libgpgme-devel device-mapper-devel libbtrfs-devel glib2-devel ``` Make sure to clone this repository in your `GOPATH` - otherwise compilation fails.