Skip to content

Commit

Permalink
docs: Fix the --relays argument example. (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 authored Feb 23, 2025
1 parent 7d767a9 commit 272bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cargo build

```bash
# Run the agent and connect to the locally running relay
cargo run --bin webterm-agent -- --device-name "<device name>" --secret-key "<secret key>" --relays localhost:4200
cargo run --bin webterm-agent -- --device-name "<device name>" --secret-key "<secret key>" --relays http://localhost:4200
```

## Building the Frontend
Expand Down

0 comments on commit 272bb75

Please sign in to comment.