From 373a44ad13d3c4419772bd70277c65e2b25e29d4 Mon Sep 17 00:00:00 2001 From: Shreyaaaash Date: Wed, 1 Jul 2026 14:46:22 +0530 Subject: [PATCH] Remove outdated phantomjs install instruction from CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23d0a1da0..43c923efa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,9 @@ 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 + $ redis-server ```