apify-cli 0.14.2-beta.2 → 0.14.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,16 @@ However, we recommend using JavaScript / Node.js, for which we provide most libr
|
|
|
22
22
|
|
|
23
23
|
## Installation
|
|
24
24
|
|
|
25
|
+
### Via Homebrew
|
|
26
|
+
|
|
27
|
+
On macOS (or Linux), you can install the Apify CLI via the [Homebrew package manager](https://brew.sh).
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
brew install apify/tap/apify-cli
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Via NPM
|
|
34
|
+
|
|
25
35
|
First, make sure you have [Node.js](https://nodejs.org) version 16 or higher with NPM installed on your computer:
|
|
26
36
|
|
|
27
37
|
```bash
|
package/package.json
CHANGED