Skip to content

Commit 55777d4

Browse files
committed
chore: add install instructions
1 parent 46d859b commit 55777d4

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,31 @@
6060

6161
## Installation
6262

63+
> **Requires [Node.js](https://nodejs.org/) ≥ 20**
64+
65+
### macOS / Linux
66+
6367
```bash
68+
curl -fsSL https://cli.brightdata.com/install.sh | sh
69+
```
70+
71+
### Windows
72+
73+
```powershell
6474
npm install -g @brightdata/cli
6575
```
6676

67-
Or run without installing:
77+
### Or install manually on any platform
6878

6979
```bash
70-
npx --yes --package @brightdata/cli brightdata <command>
80+
npm install -g @brightdata/cli
7181
```
7282

73-
> **Requires Node.js ≥ 20.0.0**
83+
You can also run without installing:
84+
85+
```bash
86+
npx --yes --package @brightdata/cli brightdata <command>
87+
```
7488

7589
---
7690

0 commit comments

Comments
 (0)