Skip to content

Commit d412e87

Browse files
authored
docs: add installation with yarn (#3757)
1 parent f05a4a6 commit d412e87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ This is a useful feature to send notifications to a group of users, or to a give
8585
## Installation
8686

8787
```bash
88+
// with npm
8889
npm install socket.io
90+
91+
// with yarn
92+
yarn add socket.io
8993
```
9094

9195
## How to use

0 commit comments

Comments
 (0)