From eee94e7a5a8fca6944ce48e327cf2c3999f55bdd Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 26 Jan 2016 19:20:07 +0100 Subject: [PATCH] fix readme for go 1.5 vendoring Signed-off-by: Antonio Murdaca --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f585793..a862ae97 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,10 @@ you'll get an error. You can fix this by either logging in (via `docker login`) and `--password`. 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. ```sh +$ cd $GOPATH/src/github.com # make sure you have github.com folder otherwise just create it +$ mkdir -p runcom && cd runcom $ git clone https://github.com/runcom/skopeo $ make ```