Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 545 Bytes

mecha-floura

Mechanical floura project

Environment setup

Environment was based on instructions on the getting started guide

To build the development environment:

$ docker build -t mecha-floura .

To use the development environment after building it:

$ docker run -it --rm -u $UID:$GID --device /dev/ttyUSB0 -v $(pwd):/mecha-floura mecha-floura

References