From 40cc8d2217b07c2514af4d3ae8b68098dfb467a6 Mon Sep 17 00:00:00 2001 From: Christopher Coco Date: Sun, 4 Feb 2024 16:30:41 -0800 Subject: [PATCH] Update README.md to include Homebrew install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 97dfdf2..ab66f2a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This project is a [CodeMeta](https://codemeta.github.io/) project description generator written in [Go](https://go.dev/). ## Installation + +### Manually To install this project, you need to have [Go](https://go.dev/) installed on your machine. Once you have Go installed, you can clone this repository and build the project. ```bash @@ -12,6 +14,13 @@ go build Then install via `go install` +### Via [Homebrew](https://brew.sh/) + +```bash +brew tap cacoco/tap +brew install codemetagenerator +``` + ## Usage To run this project, you can use the following commands: