From d77e04a2fe9fce1fb34d15dc336dcba093c1b1e8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 23 Dec 2024 15:21:08 -0500 Subject: [PATCH] chore: update to use core tap for brew installation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1a4254..16572cd 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ With `go`: go install github.com/leg100/pug@latest ``` -Homebrew: +### Homebrew -``` -brew install leg100/tap/pug +If you use [Homebrew](https://brew.sh/), you can install [pug](https://formulae.brew.sh/formula/pug) with the following command: + +```sh +$ brew install pug ``` Or download and unzip a [GitHub release](https://github.com/leg100/pug/releases) for your system and architecture.