mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-10-15 04:30:50 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user