From 15169715c708117b82c08116399ac1776bdf833e Mon Sep 17 00:00:00 2001 From: Zixin Zhou Date: Mon, 6 Jan 2025 16:09:22 +0800 Subject: [PATCH] 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