Update Homebrew installation instructions (#80)

Thanks @Moulick for making the Homebrew formula and contributing the
package to Homebrew's core tap!
This commit is contained in:
Eric Zhang 2023-04-28 09:57:45 -04:00 committed by GitHub
parent 6512ca4770
commit f8ccbae378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok]
## Installation ## 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 ```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. 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.