From b6a38edfcb7a422289e32950b22cb73b7f8c835e Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 22 Jun 2016 15:42:41 +0200 Subject: [PATCH] update README.md Signed-off-by: Antonio Murdaca --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index c1514c95..6b36e946 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,6 @@ You may need to install additional development packages: gpgme-devel and libassu ```sh # dnf install gpgme-devel libassuan-devel ``` - -Man: -- -To build the man page you need [`go-md2man`](https://github.com/cpuguy83/go-md2man) available on your system, then: -``` -$ make man -``` Installing - If you built from source: @@ -130,18 +123,11 @@ $ sudo make install ```sh sudo dnf install skopeo ``` -Tests -- -_You need Docker installed on your system in order to run the test suite_ -```sh -$ make check -``` TODO - -- update README with `layers` command - list all images on registry? - registry v2 search? -- download layers in parallel and support docker load tar(s) +- support output to docker load tar(s) - show repo tags via flag or when reference isn't tagged or digested - add tests (integration with deployed registries in container - Docker-like) - support rkt/appc image spec