Merge pull request #116 from runcom/fix-readme.md

update README.md
This commit is contained in:
Antonio Murdaca 2016-06-22 16:02:53 +02:00 committed by GitHub
commit a2e9d08e38

View File

@ -113,13 +113,6 @@ You may need to install additional development packages: gpgme-devel and libassu
```sh ```sh
# dnf install gpgme-devel libassuan-devel # 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 Installing
- -
If you built from source: If you built from source:
@ -130,18 +123,11 @@ $ sudo make install
```sh ```sh
sudo dnf install skopeo sudo dnf install skopeo
``` ```
Tests
-
_You need Docker installed on your system in order to run the test suite_
```sh
$ make check
```
TODO TODO
- -
- update README with `layers` command
- list all images on registry? - list all images on registry?
- registry v2 search? - 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 - show repo tags via flag or when reference isn't tagged or digested
- add tests (integration with deployed registries in container - Docker-like) - add tests (integration with deployed registries in container - Docker-like)
- support rkt/appc image spec - support rkt/appc image spec