mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
adapt code for projectatomic github
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
skopeo [](https://travis-ci.org/runcom/skopeo)
|
||||
skopeo [](https://travis-ci.org/projectatomic/skopeo)
|
||||
=
|
||||
|
||||
_Please be aware `skopeo` is still work in progress_
|
||||
@@ -80,9 +80,9 @@ Building
|
||||
To build `skopeo` you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure to clone the repository in your `GOPATH` - otherwise compilation fails.
|
||||
```sh
|
||||
$ cd $GOPATH/src
|
||||
$ mkdir -p github.com/runcom
|
||||
$ cd runcom
|
||||
$ git clone https://github.com/runcom/skopeo
|
||||
$ mkdir -p github.com/projectatomic
|
||||
$ cd projectatomic
|
||||
$ git clone https://github.com/projectatomic/skopeo
|
||||
$ cd skopeo && make binary
|
||||
```
|
||||
Man:
|
||||
|
Reference in New Issue
Block a user