Skip to content

Commit 4e19973

Browse files
committed
Updated README.md
1 parent 7e8800b commit 4e19973

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![PyPI version](https://badge.fury.io/py/pytelemetrycli.svg)](https://badge.fury.io/py/pytelemetrycli)
12
## pytelemetry command line interface
23

34
This tool enables superior communication with any embedded device.
@@ -76,6 +77,15 @@ The command line interface can be started like this
7677
```
7778
python -m pytelemetrycli.cli
7879
```
80+
or more simply
81+
```
82+
pytlm
83+
```
84+
If everything is installed properly, `:>` should welcome you.
85+
```
86+
pytelemetry terminal started. (type help for a list of commands.)
87+
:> _
88+
```
7989

8090
### help [command]
8191
Without arguments, you get a list of all available commands. Otherwise the full `command` documentation.

0 commit comments

Comments
 (0)