f1 icon indicating copy to clipboard operation
f1 copied to clipboard

is there a binary?

Open sre-is-abrahms opened this issue 1 year ago • 1 comments

The README references:

try running f1 run --help for more information)

which indicates there's an f1 binary, but it's not on the releases and I can't seem to go install it. Can you add usage/installation instructions?

sre-is-abrahms avatar May 28 '24 20:05 sre-is-abrahms

Hello,

Good point on improving the documentation. Yes, f1 does not provide a binary. We'll add some recommendations and examples to the README to elaborate on that.

In the mean time - benchcmd/main.go provides example usage and the Makefile has a build step https://github.com/form3tech-oss/f1/blob/4057079497a524b70fe600a62ed4ef054fae284b/Makefile#L30-L32

nvloff-f3 avatar May 29 '24 04:05 nvloff-f3