From 075d336c2fb00c9da474934fe332a3fabe79a391 Mon Sep 17 00:00:00 2001 From: qidu Date: Mon, 12 Mar 2018 18:12:27 +0800 Subject: [PATCH] Update README.md to get the source right --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44b25de..778f6eb8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ There is currently only one bundle of `go-libp2p`, this package. This bundle is ### Install ```bash -> go get -d github.com/libp2p/go-libp2p/... +> go get -u -d github.com/libp2p/go-libp2p/... > cd $GOPATH/src/github.com/libp2p/go-libp2p > make > make deps