-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add yamux install instructions to GETTING_STARTED.md #2124
Conversation
if yamux is used, it needs to be installed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this, we are actually in the process of deprecating mplex and so I think the Multiplexing section should reflect that. Could you make those changes please so that we could land this?
@@ -126,7 +126,7 @@ Looking at the [available stream multiplexing](./CONFIGURATION.md#stream-multipl | |||
You can install `@libp2p/mplex` and add it to your libp2p node as follows in the next example. | |||
|
|||
```sh | |||
npm install @libp2p/mplex | |||
npm install @libp2p/mplex @chainsafe/libp2p-yamux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm install @libp2p/mplex @chainsafe/libp2p-yamux | |
npm install @chainsafe/libp2p-yamux |
@@ -126,7 +126,7 @@ Looking at the [available stream multiplexing](./CONFIGURATION.md#stream-multipl | |||
You can install `@libp2p/mplex` and add it to your libp2p node as follows in the next example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and the Multiplexing section above makes references to @libp2p/mplex
which are actually going to be outdated, we should update this to yamux
ae05a4d
to
dea0d8e
Compare
242fd96
to
bca8d6e
Compare
Closing as this |
if yamux is used, it needs to be installed