From 69f34abb75ec4e414b593ac3f34228b60e33f97b Mon Sep 17 00:00:00 2001 From: shown Date: Fri, 10 Jan 2025 17:14:40 +0800 Subject: [PATCH] docs: uodate readme.md (#187) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7680f..8c67305 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ cd skywalking-eyes make build ``` +Notes: The `make build` command will generate a bin directory in the current project directory. Choose the appropriate binary file according to your operating system. + If you have the Go SDK installed, you can also use the `go install` command to install the latest code. ```bash @@ -185,7 +187,7 @@ exit status 1 #### Fix License Header ```bash -bin/darwin/license-eye -c test/testdata/.licenserc_for_test_fix.yaml header fix +license-eye -c test/testdata/.licenserc_for_test_fix.yaml header fix ```