Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
6c6303f3
Commit
6c6303f3
authored
Aug 17, 2016
by
Jeromy Johnson
Committed by
GitHub
Aug 17, 2016
Browse files
Merge pull request #88 from zjiekai/patch-1
Update README.md
parents
b077d394
60a07684
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6c6303f3
...
...
@@ -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/<path of module you want to run tests
for
>
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment