Skip to content

Commit

Permalink
Add instructions for installing license-eye using Homebrew on macOS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus authored Jan 6, 2025
1 parent 3ea9df1 commit 1516971
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@ If you have the Go SDK installed, you can also use the `go install` command to i
go install github.com/apache/skywalking-eyes/cmd/license-eye@latest
```

### Use Homebrew on macOS

If you don’t have it installed, you can install it by running the following command in terminal:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Then install license-eye using the following command:

```bash
brew install license-eye
```

#### Check License Header

```bash
Expand Down

0 comments on commit 1516971

Please sign in to comment.