mirror of
https://github.com/containers/skopeo.git
synced 2025-08-01 23:07:51 +00:00
update installation readme
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
00da9020fd
commit
040aab25ea
@ -92,9 +92,16 @@ $ make
|
||||
```
|
||||
Installing
|
||||
-
|
||||
If you built from the _Building_ step, just do:
|
||||
```sh
|
||||
$ 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
|
||||
$ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo
|
||||
$ sudo mv skopeo /usr/local/bin/skopeo
|
||||
```
|
||||
License
|
||||
-
|
||||
MIT
|
||||
|
Loading…
Reference in New Issue
Block a user