This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 1516971 Add instructions for installing license-eye using Homebrew on
macOS (#186)
1516971 is described below
commit 15169715c708117b82c08116399ac1776bdf833e
Author: Zixin Zhou <[email protected]>
AuthorDate: Mon Jan 6 16:09:22 2025 +0800
Add instructions for installing license-eye using Homebrew on macOS (#186)
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
index e670766..9d7680f 100644
--- a/README.md
+++ b/README.md
@@ -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