From 3fe5ad6ad9e524ef0cec2b590083bfaec0942b7d Mon Sep 17 00:00:00 2001 From: Debojeet Mitra <142051979+debojeetmitra@users.noreply.github.com> Date: Sun, 17 May 2026 07:59:52 +0530 Subject: [PATCH] Update PhantomJS Homebrew installation command. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23d0a1da0..baca43729 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,8 @@ CodeTriage requires Redis for background processing. If you're on OS X, Homebrew is the simplest way to install Redis: ```shell -$ brew install redis memcached && brew cask install phantomjs +$ brew install redis memcached +$ brew install --cask phantomjs $ redis-server ```