From b03817412b7aee6a1dc5e126f3056c8a02964df1 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 4 Mar 2016 08:55:03 +0100 Subject: [PATCH] add dnf for fedora installation Signed-off-by: Antonio Murdaca --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ced2fff..7b41f8d7 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,15 @@ To build the man page you need [`go-md2man`](https://github.com/cpuguy83/go-md2m $ make man ``` Installing +If you built from source: - ```sh $ sudo make install ``` +`skopeo` is also available from Fedora 23: +```sh +sudo dnf install skopeo +``` Tests - _You need Docker installed on your system in order to run the test suite_