From 218eb0233aa1dd7f5292db7c8f3a262ee7e35d3d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 30 Jun 2022 09:50:36 -0400 Subject: [PATCH] docs: add homebrew installation note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index becfd0c..ee1f003 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ You can supply all arguments to the CLI directly to `docker run` command. Eg: ### Package Managers +#### Homebrew + +Install via [Homebrew](https://brew.sh/) + +```bash +$ brew install doggo +``` + #### Arch ```bash