Skip to content

Commit

Permalink
chore: Update Apify CLI installation instructions via Homebrew (#688)
Browse files Browse the repository at this point in the history
Apify CLI was accepted into `homebrew-core`, so the installation
instructions got a bit simpler.
  • Loading branch information
fnesveda authored Aug 30, 2023
1 parent 51d4390 commit f64a7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slug: /actors/development/quick-start/locally
On macOS (or Linux), you can install the Apify CLI via the Homebrew package manager.

```bash
brew install apify/tap/apify-cli
brew install apify-cli
```

Otherwise, use [NPM](https://www.npmjs.com/) to install the Apify CLI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npm -g install apify-cli
or using the Homebrew package manager on macOS:

```bash
brew install apify/tap/apify-cli
brew install apify-cli
```

Log in to the Apify platform:
Expand Down

0 comments on commit f64a7e3

Please sign in to comment.