add basic setup scripts

main
William Perron 1 year ago
parent be7d458e4f
commit 906aefa879
Signed by: wperron
GPG Key ID: BFDB4EF72D73C5F2

3
.gitignore vendored

@ -21,3 +21,6 @@
# Go workspace file
go.work
# built binaries
bin/

@ -0,0 +1,4 @@
setup:
mkdir bin
curl -fsSL https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv0.84.0/ocb_0.84.0_linux_amd64 -o ./bin/ocb
chmod +x ./bin/ocb
Loading…
Cancel
Save