mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-13 17:43:39 +00:00
format
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user