From 682f398e8a08c3e85a60b328f20898fdf69e6e00 Mon Sep 17 00:00:00 2001 From: Lei Xue Date: Tue, 23 Jun 2015 12:16:51 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be94482f..986fba41 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ### Building: ```bash -git clone https://github.com/opencontainers/runc $(GOPATH)/github.com/opencontainers/runc -cd $(GOPATH)/github.com/opencontainers/runc/ +git clone https://github.com/opencontainers/runc $GOPATH/src/github.com/opencontainers/runc +cd $GOPATH/src/github.com/opencontainers/runc/ make sudo make install ```