From f8ccbae378576f4125d16fb59898a8612ba60c7a Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Fri, 28 Apr 2023 09:57:45 -0400 Subject: [PATCH] Update Homebrew installation instructions (#80) Thanks @Moulick for making the Homebrew formula and contributing the package to Homebrew's core tap! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 769aec3..ba609dc 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok] ## Installation -If you're on macOS, `bore` is packaged as a Homebrew formula. +If you're on macOS, `bore` is packaged as a Homebrew core formula. ```shell -brew install ekzhang/bore/bore +brew install bore-cli ``` Otherwise, the easiest way to install bore is from prebuilt binaries. These are available on the [releases page](https://github.com/ekzhang/bore/releases) for macOS, Windows, and Linux. Just unzip the appropriate file for your platform and move the `bore` executable into a folder on your PATH.