Skip to content

Commit 491d137

Browse files
committed
Better example in README
1 parent ee919cf commit 491d137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See [GH29](https://github.com/penumbra-zone/galileo/issues/29) for details.
2323
## Running it
2424

2525
```bash
26-
RUST_LOG=osiris=debug cargo run --release serve BTC USD ATOM
26+
RUST_LOG=osiris=debug cargo run --release serve USDT ETH OSMO BTC
2727
```
2828

2929
This will monitor the [Binance websockets API](https://developers.binance.com/docs/binance-trading-api/websocket_api) for
@@ -40,6 +40,7 @@ A variety of options are available, including adjusting replication timing, and
4040
connect to (the default is the hosted Penumbra default testnet). Use the `--help` option for more details.
4141

4242
## Re-deploying after a testnet release
43+
4344
During deploy of a new testnet, Osiris will automatically be restarted, but
4445
it won't be using a new image built from the latest code. Sometimes that's OK,
4546
but we aim to keep the deployments in sync, so the dependencies match.
@@ -54,6 +55,7 @@ Perform these steps manually after deploying a new testnet:
5455
Eventually we should automate these steps so they're performed automatically as part of a release.
5556

5657
# Bouncing deployments
58+
5759
Restarting the Osiris service will cause the deployment to pull for a new container image.
5860
If a newer container image exists in the remote repository (`ghcr.io/penumbra-zone/osiris`),
5961
that image will be used. You must manually build a new image via the [GHA setup](https://github.com/penumbra-zone/osiris/actions).

0 commit comments

Comments
 (0)