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