Add Fedora instructions for installing go-md2man

It would be nice to have macOS instructions as well.
This commit is contained in:
Miloslav Trmač
2017-05-12 17:12:25 +02:00
parent bcc0de69d4
commit 150eb5bf18

View File

@@ -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