Merge pull request #683 from jvanz/install_suse

README.md: command to install on openSUSE
This commit is contained in:
Daniel J Walsh
2019-06-24 14:06:37 -04:00
committed by GitHub

View File

@@ -156,6 +156,11 @@ Obtaining skopeo
```sh ```sh
$ sudo dnf install skopeo $ sudo dnf install skopeo
``` ```
for openSUSE:
```sh
$ sudo zypper install skopeo
```
Otherwise, read on for building and installing it from source: 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: # macOS:
brew install gpgme 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. Make sure to clone this repository in your `GOPATH` - otherwise compilation fails.