Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to include Homebrew install instructions #8

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down
Loading