From 469b57f94b39c869bc8f2f33c9f48a5c168123e0 Mon Sep 17 00:00:00 2001 From: Kyle Willmon Date: Wed, 14 Jun 2023 16:43:47 -0500 Subject: [PATCH] Mention Homebrew caveat in install instructions --- README.md | 4 ++++ docs/command_line_tool/quickstart.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 71d73514e..fa999cfe3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ brew tap phylum-dev/cli brew install phylum ``` +_Note: When using Homebrew, [official extensions][] must be installed separately._ + +[official extensions]: https://github.com/phylum-dev/cli/tree/main/extensions + ## Quickstart for Linux or macOS 1. [Register](https://docs.phylum.io/docs/phylum_auth_register) for an account (if you don't already have one) diff --git a/docs/command_line_tool/quickstart.md b/docs/command_line_tool/quickstart.md index f57ad4216..b56a4314a 100644 --- a/docs/command_line_tool/quickstart.md +++ b/docs/command_line_tool/quickstart.md @@ -36,6 +36,10 @@ brew tap phylum-dev/cli brew install phylum ``` +_Note: When using Homebrew, [official extensions][] must be installed separately._ + +[official extensions]: https://github.com/phylum-dev/cli/tree/main/extensions + ## Quickstart for Linux or macOS 1. [Register](https://docs.phylum.io/docs/phylum_auth_register) for an account (if you don't already have one)