Files
meshing-around/script/docker/README.md
SpudGunMan c1135ecadf cleanup
2025-10-23 20:40:00 -07:00

10 lines
245 B
Markdown

# How do I use this thing?
This is not a full turnkey setup for Docker yet
## other info
1. Ensure your serial port is properly shared.
2. Run the Docker container:
```sh
docker run --rm -it --device=/dev/ttyUSB0 meshing-around
```