Skip to content

Commit 7c592e5

Browse files
committed
Minor changes
Made minor doc changes
1 parent 3003e8f commit 7c592e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build-yc-agent-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
```
1212
go build
1313
```
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.
1515

1616
You can find different yCrash agent arguments in the [official documentation](https://docs.ycrash.io/ycrash-agent/all-agent-arguments.html#all-arguments).

docs/build-yc-agent-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ git clone https://github.com/ycrash/ycrash-agent.git
6161
```
6262
go build -a -ldflags "-linkmode external -extldflags '-static' -s -w"
6363
```
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.
6565

6666
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

Comments
 (0)