Commit 7f7b76d3 authored by David Dias's avatar David Dias
Browse files

add -u on install things

parent 35a0ea39
...@@ -34,7 +34,7 @@ libp2p implementation in Go is a work in progress. As such, there's a few things ...@@ -34,7 +34,7 @@ libp2p implementation in Go is a work in progress. As such, there's a few things
## Install ## Install
```bash ```bash
$ go get github.com/ipfs/go-libp2p $ go get -u github.com/ipfs/go-libp2p
``` ```
# Run tests # Run tests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment