Skip to content

Commit db3e05d

Browse files
Update build_yc_360_script_macos.md
1 parent bb426be commit db3e05d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/build_yc_360_script_macos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Building the yCrash Agent on macOS
1+
# Building the yc-360 Script on macOS
22

3-
This guide outlines the steps to build the yCrash agent in macOS environments.
3+
This guide outlines the steps to build the yc-360 script in macOS environments.
44

55
---
66
Ensure the following packages are installed.
@@ -9,13 +9,13 @@ Ensure the following packages are installed.
99
- go
1010
- git
1111

12-
## Build yCrash Agent
12+
## Build yc-360 Script
1313

1414
### Step 1: Navigate to the `cmd/yc` directory inside the repository:
1515
```
1616
cd ../yc-data-script/cmd/yc
1717
```
18-
### Step 2: Then run the following command to build the agent:
18+
### Step 2: Then run the following command to build the yc-360 script:
1919
```
2020
go build -o yc -ldflags='-s -w' -buildvcs=false
2121
```

0 commit comments

Comments
 (0)