FrameworkComputer/inputmodule-rs

ReadMe misses a setup step

DavidIAm opened this issue · 1 comments

In the one-time setup section, you need to add:

cargo install cargo-make

otherwise, your next command cargo make ... doesn't work.

There's a PR up to add this dependency to the README on the firmware section.
#92