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
+2 -3
View File
@@ -4,7 +4,7 @@ sidebar:
order: 3
---
import { Steps } from '@astrojs/starlight/components';
import { Steps } from "@astrojs/starlight/components";
<Steps>
1. clone repo
@@ -12,8 +12,7 @@ import { Steps } from '@astrojs/starlight/components';
2. install dependencies: `go mod tidy`
3. run cli:
- `go run ./cmd/showbridge --config config.yaml`
- see [CLI Usage](/guides/cli-usage) for more flags
</Steps>
</Steps>