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 $ make man
``` ```
Installing Installing
If you built from source:
- -
```sh ```sh
$ sudo make install $ sudo make install
``` ```
`skopeo` is also available from Fedora 23:
```sh
sudo dnf install skopeo
```
Tests Tests
- -
_You need Docker installed on your system in order to run the test suite_ _You need Docker installed on your system in order to run the test suite_