From e1bbbd0e0ceefd68105bd2eee2770836c6e33adc Mon Sep 17 00:00:00 2001 From: smga3000 Date: Mon, 3 Jun 2024 13:57:07 -0700 Subject: [PATCH] Update README.md Added the final command to compile Bento --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 990127e41..5a24b4345 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Build with Go (any [currently supported version](https://go.dev/dl/)): git clone git@github.com:warpstreamlabs/bento cd bento make +go build -o bento ./cmd/bento/main.go ``` ## Lint