mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-16 02:33:33 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Source
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user