From b12235fff610ca05a3e695da55f15a776a51306a Mon Sep 17 00:00:00 2001 From: Ian Leitch Date: Sat, 4 Nov 2023 10:42:22 +0100 Subject: [PATCH] Remove HomeBrew installation step --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 3d4dc4ce5..c4bf08de1 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,6 @@ ### [Homebrew](https://brew.sh/) -Install Homebrew: - -> You can skip this step if you already have Homebrew installed. - -``` -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -``` - -Now install Periphery itself: - ``` brew install peripheryapp/periphery/periphery ```