Skip to content

Commit da51b4b

Browse files
committed
add quickstart commands
1 parent 067ebfc commit da51b4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ A standalone Python script for capturing and analyzing packets from MeshCore com
44

55
Based on the original [meshcoretomqtt](https://github.com/Cisien/meshcoretomqtt) project by [Cisien](https://github.com/Cisien) and uses the official [meshcore](https://github.com/meshcore-dev/meshcore_py) Python package.
66

7+
## Quick Start
8+
9+
### Install
10+
```bash
11+
bash <(curl -fsSL https://raw.githubusercontent.com/agessaman/meshcore-packet-capture/main/install.sh)
12+
```
13+
14+
### Uninstall
15+
```bash
16+
bash <(curl -fsSL https://raw.githubusercontent.com/agessaman/meshcore-packet-capture/main/uninstall.sh)
17+
```
18+
719
## Features
820

921
- **Packet Capture**: Captures incoming packets from MeshCore devices

0 commit comments

Comments
 (0)