This guide outlines the steps to build the yc-360 script in macOS environments.
Ensure the following packages are installed.
Required Packages:
- go
- git
cd ../yc-data-script/cmd/yc
go build -o yc -ldflags='-s -w' -buildvcs=false
Once the build is completed, the yc binary will be available in the ../yc-data-script/bin/ directory.