mirror of
https://github.com/containers/skopeo.git
synced 2025-08-12 03:42:14 +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
|
Installing
|
||||||
-
|
-
|
||||||
|
If you built from the _Building_ step, just do:
|
||||||
```sh
|
```sh
|
||||||
$ sudo make install
|
$ 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
|
License
|
||||||
-
|
-
|
||||||
MIT
|
MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user