Skip to content

Commit

Permalink
Add Homebrew installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jun 5, 2022
1 parent 045324d commit fd83d4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ Similar to [localtunnel](https://github.com/localtunnel/localtunnel) and [ngrok]

## Installation

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.
If you're on macOS, `bore` is packaged as a Homebrew formula.

```shell
brew install ekzhang/bore/bore
```

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.

You also can build `bore` from source using [Cargo](https://doc.rust-lang.org/cargo/), the Rust package manager. This command installs the `bore` binary at a user-accessible path.

Expand Down

0 comments on commit fd83d4a

Please sign in to comment.