mirror of
https://github.com/containers/skopeo.git
synced 2025-08-17 14:06:51 +00:00
fix wording
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
6b836f71d4
commit
572a6b6f53
@ -86,7 +86,7 @@ you'll get an error. You can fix this by either logging in (via `docker login`)
|
|||||||
and `--password`.
|
and `--password`.
|
||||||
Building
|
Building
|
||||||
-
|
-
|
||||||
To build `skopeo` you need at least Go 1.5 because it uses the latest `GO15VENDOREXPERIMENT` flag. Also, make sure you clone the repository in your `GOPATH` - otherwise compilation fails.
|
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
|
```sh
|
||||||
$ cd $GOPATH/src/github.com # make sure you have github.com folder otherwise just create it
|
$ cd $GOPATH/src/github.com # make sure you have github.com folder otherwise just create it
|
||||||
$ git clone https://github.com/runcom/skopeo
|
$ git clone https://github.com/runcom/skopeo
|
||||||
|
Loading…
Reference in New Issue
Block a user