This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 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 69f34ab docs: uodate readme.md (#187)
69f34ab is described below
commit 69f34abb75ec4e414b593ac3f34228b60e33f97b
Author: shown <[email protected]>
AuthorDate: Fri Jan 10 17:14:40 2025 +0800
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
```
<details>