mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-12 00:53:39 +00:00
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
---
|
|
title: Source
|
|
sidebar:
|
|
order: 3
|
|
---
|
|
|
|
import { Steps } from "@astrojs/starlight/components";
|
|
|
|
<Steps>
|
|
1. clone repo
|
|
|
|
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>
|