This commit is contained in:
Joel Wetzell
2026-05-17 21:12:04 -05:00
parent 69bc31d3f1
commit 8e6cd58006
82 changed files with 642 additions and 450 deletions
+12 -10
View File
@@ -4,26 +4,28 @@ sidebar:
order: 1
---
import { Steps } from '@astrojs/starlight/components';
import { Steps } from "@astrojs/starlight/components";
<Steps>
1. install
- via go: `go install github.com/jwetzell/showbridge-go/cmd/showbridge@latest`
- via go: `go install github.com/jwetzell/showbridge-go/cmd/showbridge@latest`
- [binaries](https://github.com/jwetzell/showbridge-go/releases/latest)
- <a
href="https://github.com/jwetzell/showbridge-go/releases/latest"
target="_blank"
>
binaries
</a>
2. create a config file (see [config](/concepts/config/))
3. run
- `showbridge --config config.yaml`
- `showbridge --config config.yaml`
- see below for all flags
- see below for all flags
- use the `-h` flag to see other available flags
- use the `-h` flag to see other available flags
</Steps>
@@ -41,4 +43,4 @@ GLOBAL OPTIONS:
--trace enable OpenTelemetry tracing [$SHOWBRIDGE_TRACE]
--help, -h show help
--version, -v print the version
```
```