Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-01-21 11:58:13 +01:00
parent 0873f86842
commit 3e1785fa57
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:
```sh
$ export RELEASE=0.0.1
$ export RELEASE=0.0.2
$ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo
$ chmod +x skopeo
$ sudo mv skopeo /usr/local/bin/skopeo

View File

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