Skip to content

Commit 69f34ab

Browse files
authored
docs: uodate readme.md (#187)
1 parent 1516971 commit 69f34ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ cd skywalking-eyes
132132
make build
133133
```
134134

135+
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.
136+
135137
If you have the Go SDK installed, you can also use the `go install` command to install the latest code.
136138

137139
```bash
@@ -185,7 +187,7 @@ exit status 1
185187
#### Fix License Header
186188

187189
```bash
188-
bin/darwin/license-eye -c test/testdata/.licenserc_for_test_fix.yaml header fix
190+
license-eye -c test/testdata/.licenserc_for_test_fix.yaml header fix
189191
```
190192

191193
<details>

0 commit comments

Comments
 (0)