From 11a01084564420b2408ec6b4e9e418bbee50ac12 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 23 Jun 2016 15:19:27 -0400 Subject: [PATCH] README: fewer build steps Signed-off-by: Vincent Batts --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b36e946..d6d5d0be 100644 --- a/README.md +++ b/README.md @@ -102,11 +102,8 @@ 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/projectatomic -$ cd projectatomic -$ git clone https://github.com/projectatomic/skopeo -$ cd skopeo && make binary +$ git clone https://github.com/projectatomic/skopeo $GOPATH/src/github.com/projectatomic/skopeo +$ cd $GOPATH/src/github.com/projectatomic/skopeo && make binary ``` You may need to install additional development packages: gpgme-devel and libassuan-devel