Skip to content

Commit

Permalink
docs: add homebrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain committed Jan 31, 2025
1 parent c24940e commit 0b57f07
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,24 @@ A Simple Yet Powerful Tool for License Header Management: Effortlessly Add, Chec

## Install

### Homebrew

```shell
brew tap B1NARY-GR0UP/nwa
brew install nwa
```

### Go

```shell
go install github.com/B1NARY-GR0UP/nwa@latest
```

Do not have a Go environment? Check the [Docker](#docker---run-nwa-through-docker-for-those-do-not-have-a-go-environment) section.
### Docker

Check the [Docker](#docker---run-nwa-through-docker-for-those-do-not-have-a-go-environment) section.

Or
### Other

- [Use NWA in CI](#used-in-ci).
- [Use NWA in pre-commit](#used-in-pre-commit).
Expand Down

0 comments on commit 0b57f07

Please sign in to comment.