Skip to content

Commit 52c32f2

Browse files
committed
updated readme for CLI
1 parent d10634e commit 52c32f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ Use this application for your lighting design in GUI mode, then run with `--head
2323

2424
## CLI
2525

26-
Get all the available options by appending `--help`.
26+
Get all the available options by appending `--help`
2727

2828
Example: start with connected interface:
2929

3030
```
31-
cargo run --release -- --artnet.interface 10.0.0.100 --artnet.destination 10.0.0.99
31+
tether-artnet-controller myproject.json --artnet.interface 10.0.0.100 --artnet.destination 10.0.0.99
3232
```
3333

3434
Example: start with local testing for ArtnetView:
3535

3636
```
37-
cargo run -- --artnet.interface 10.112.10.187 --artnet.destination 10.112.10.187 --loglevel debug
37+
tether-artnet-controller --artnet.interface 10.112.10.187 --artnet.destination 10.112.10.187 --loglevel debug
3838
```
3939

4040
## Test Tether control using Tether Egui

0 commit comments

Comments
 (0)