FrameworkComputer / inputmodule-rs

Framework Laptop 16 Input Module SW/FW
MIT License
227 stars 27 forks source link

ReadMe misses a setup step #103

Open DavidIAm opened 5 months ago

DavidIAm commented 5 months ago

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

cargo install cargo-make

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

Bieitodlf commented 4 months ago

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

92