Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDiBi committed Jun 28, 2024
1 parent 85bdd99 commit 7cc0f09
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ connect your node over serial to Raspberry PI and let this bot answer public and
- got you to install python, pip and few other dependencies
- dependencies - install with `pip install -r requirements.txt`

## test on RPI
## run on RPI

### how to get it there

use git clone or upload via ssh (winSCP)

```bash
sudo apt install git
git clone https://github.com/PiDiBi/meshbot.git
cd meshbot
```

### test over ssh terminal

Expand Down Expand Up @@ -42,4 +52,5 @@ connect your node over serial to Raspberry PI and let this bot answer public and
## recognition

Used ideas and snippets from other responder bots want to call them out!
- https://github.com/SpudGunMan/meshing-around

- https://github.com/SpudGunMan/meshing-around

0 comments on commit 7cc0f09

Please sign in to comment.