From e90a27baa255c9ae1f3ad50e299bffff04308839 Mon Sep 17 00:00:00 2001 From: ryan-riddle-opal <169712509+ryan-riddle-opal@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:22:18 -0700 Subject: [PATCH] Update readme with npm workaround Users have had issues installing this and the workaround is npm. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59e0146..590f56d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Opal Homebrew Tap Install the Opal CLI with $ brew install opalsecurity/brew/opal-security + +If you encounter issues with Homebrew installation, we recommend using npm as a temporary workaround while we address some reported installation issues: + $ npm install -g opal-security