github.com/grafana/tanka@v0.26.1-0.20240506093700-c22cfc35c21a/docs/src/components/install/jb/go.mdx (about) 1 --- 2 hidden: true 3 --- 4 5 If you happen to have a local [Go](https://golang.org) toolchain available, you can build from source using `go install`: 6 7 ```bash 8 $ cd /tmp 9 $ go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest 10 ```