Commit 7f03ab4b authored by ssikdar1's avatar ssikdar1
Browse files

Fixing build insctuction so copy and pasting from Readme works

As is go build ./examples/protocol-multiplexing-with-multicodecs
will make the binary name protocol-multiplexing-with-multicodecs
so the next command ./multicodecs won't run
using -o will name the outputfile
parent 7990195e
......@@ -12,7 +12,7 @@ From `go-libp2p` base folder:
```
> make deps-protocol-muxing
> go build ./examples/protocol-multiplexing-with-multicodecs
> go build -o multicodecs ./examples/protocol-multiplexing-with-multicodecs
```
## Usage
......
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