Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k105la authored Aug 8, 2020
1 parent 88b9242 commit d56d620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ It is used to measures the amount of air you're able to breathe in and out.
2. ```docker build -t panflute:1.0 .```
3. ```docker run --rm -it --privileged -v /dev/bus/usb:/dev/bus/usb panflute:1.0```
4. You should now be greeted with a terminal environment, which has all the necessary libraries needed to compile and flash the firmware.

Directory Structure
------
.
├── board # Code that runs on the ATtiny841
└── doc # Doxygen documentation folder

0 comments on commit d56d620

Please sign in to comment.