From 60a07684bf0b4df8d5ccf9dea304b5dd96f747f9 Mon Sep 17 00:00:00 2001 From: zjiekai Date: Wed, 17 Aug 2016 23:58:11 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db2b7df..810350c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ libp2p implementation in Go is a work in progress. As such, there's a few things ## Install ```bash -$ go get -d github.com/ipfs/go-libp2p -$ cd $GOPATH/src/github.com/ipfs/go-libp2p +$ go get -d github.com/libp2p/go-libp2p +$ cd $GOPATH/src/github.com/libp2p/go-libp2p $ make ``` @@ -48,7 +48,7 @@ Examples can be found on the [libp2p-examples repo](https://github.com/whyruslee # Run tests ```bash -$ cd $GOPATH/src/github.com/ipfs/go-libp2p +$ cd $GOPATH/src/github.com/libp2p/go-libp2p $ make deps $ go test ./p2p/ ``` -- GitLab