From f9806effff3d09b28e890627fafb3568f769b149 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Tue, 23 Jun 2015 11:39:38 +0800 Subject: [PATCH] make the install steps more clear in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4fce54d2..be94482fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ ### Building: ```bash -git clone https://github.com/opencontainers/runc +git clone https://github.com/opencontainers/runc $(GOPATH)/github.com/opencontainers/runc +cd $(GOPATH)/github.com/opencontainers/runc/ make sudo make install ```