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_