Skip to content

Commit

Permalink
docs: replace -broadcaster flag with -gateway in AI subnet documentat…
Browse files Browse the repository at this point in the history
…ion (#564)

This commit replaces the `broadcaster` flag with the new `gateway` flag. See livepeer/go-livepeer#3048 for more information.
  • Loading branch information
eliteprox authored May 13, 2024
1 parent c652980 commit 416abd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai/gateways/start-gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Please follow the steps below to start your AI Subnet Gateway node:
--network host \
livepeer/go-livepeer:ai-video \
-datadir ~/.lpData2 \
-broadcaster \
-gateway \
-orchAddr <ORCH_LIST> \
-httpAddr 0.0.0.0:8937 \
-v 6 \
Expand Down Expand Up @@ -92,7 +92,7 @@ Please follow the steps below to start your AI Subnet Gateway node:
```bash
./livepeer \
-datadir ~/.lpData2 \
-broadcaster \
-gateway \
-orchAddr <ORCH_LIST> \
-httpAddr 0.0.0.0:8937 \
-v 6 \
Expand Down

0 comments on commit 416abd3

Please sign in to comment.