v0.0.1-alpha

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-01-21 12:02:39 +01:00
parent 3e1785fa57
commit f6bb924053
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ $ sudo make install
``` ```
You can also grab a binary, built for _linux x86_64_, from the releases page, or: You can also grab a binary, built for _linux x86_64_, from the releases page, or:
```sh ```sh
$ export RELEASE=0.0.2 $ export RELEASE=0.0.1-alpha
$ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo $ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo
$ chmod +x skopeo $ chmod +x skopeo
$ sudo mv skopeo /usr/local/bin/skopeo $ sudo mv skopeo /usr/local/bin/skopeo

View File

@@ -11,7 +11,7 @@ import (
) )
const ( const (
version = "0.0.2" version = "0.0.1-alpha"
usage = "inspect images on a registry" usage = "inspect images on a registry"
) )