From 150eb5bf1816277c0671006faa505d0dc18a8a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 12 May 2017 17:12:25 +0200 Subject: [PATCH] Add Fedora instructions for installing go-md2man It would be nice to have macOS instructions as well. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb95c694..3e5580df 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ Building - To build the manual you will need go-md2man. ```sh -$ sudo apt-get install go-md2man +Debian$ sudo apt-get install go-md2man +Fedora$ sudo dnf install go-md2man ``` To build the `skopeo` binary you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure to clone the repository in your `GOPATH` - otherwise compilation fails. ```sh