mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
10 lines
245 B
Markdown
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
|
|
``` |