mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-10-21 15:19:38 +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
|
> make deps-protocol-muxing
|
||||||
> go build ./examples/protocol-multiplexing-with-multicodecs
|
> go build -o multicodecs ./examples/protocol-multiplexing-with-multicodecs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Reference in New Issue
Block a user