Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit cf79b53

Browse files
committed
Add TERM to docker command
1 parent fa57c64 commit cf79b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Note: macOS binaries are not codesigned. You may need to right-click and select
5757
### Docker
5858

5959
```sh
60-
docker run --rm -it ghcr.io/statico/meshtastic-cli 192.168.1.100
60+
docker run --rm -it -e TERM ghcr.io/statico/meshtastic-cli 192.168.1.100
6161
```
6262

6363
### Build from Source

0 commit comments

Comments
 (0)