add dnf for fedora installation

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-03-04 08:55:03 +01:00
parent 03b19aa069
commit b03817412b

View File

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