We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d859b commit 55777d4Copy full SHA for 55777d4
1 file changed
README.md
@@ -60,17 +60,31 @@
60
61
## Installation
62
63
+> **Requires [Node.js](https://nodejs.org/) ≥ 20**
64
+
65
+### macOS / Linux
66
67
```bash
68
+curl -fsSL https://cli.brightdata.com/install.sh | sh
69
+```
70
71
+### Windows
72
73
+```powershell
74
npm install -g @brightdata/cli
75
```
76
-Or run without installing:
77
+### Or install manually on any platform
78
79
-npx --yes --package @brightdata/cli brightdata <command>
80
+npm install -g @brightdata/cli
81
82
-> **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
88
89
---
90
0 commit comments