Skip to content

Commit ad87eb3

Browse files
committed
Add instructions for yarn
1 parent 51f4f33 commit ad87eb3

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
@@ -24,6 +24,8 @@ more.
2424

2525
```bash
2626
npm install serpapi
27+
# or if you prefer yarn
28+
yarn add serpapi
2729
```
2830

2931
```js
@@ -124,6 +126,8 @@ First, install the required package:
124126

125127
```bash
126128
npm install https-proxy-agent
129+
# or if you prefer yarn
130+
yarn add https-proxy-agent
127131
```
128132

129133
Then use it in your code:

0 commit comments

Comments
 (0)