You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-yc-agent-macos.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@
11
11
```
12
12
go build
13
13
```
14
-
3. Once the build is completed, you will find ```yc.sh``` file under ```ycrash-agent/yc``` directory.
14
+
3. Once the build is completed, you will find ```yc``` file under ```ycrash-agent/yc``` directory.
15
15
16
16
You can find different yCrash agent arguments in the [official documentation](https://docs.ycrash.io/ycrash-agent/all-agent-arguments.html#all-arguments).
go build -a -ldflags "-linkmode external -extldflags '-static' -s -w"
63
63
```
64
-
9. Once the build is completed, you will find ```yc.sh``` file inside ```/opt/workspace/yc-agent-repo/ycrash-agent/yc``` directory.
64
+
9. Once the build is completed, you will find ```yc``` file inside ```/opt/workspace/yc-agent-repo/ycrash-agent/yc``` directory.
65
65
66
66
You can find different yCrash agent arguments in the [official documentation](https://docs.ycrash.io/ycrash-agent/all-agent-arguments.html#all-arguments).
0 commit comments