Update dependency and keyboard config instructions

People who are just reading the keyboard customization instructions might overread the dependencies installations sections.
Additionally, installing rustup for the first time requires sourcing cargo's env vars in case the firmware is flashed in the same shell session after installing rustup.
This commit is contained in:
Lars Alexander Blumberg
2021-04-26 00:05:04 +02:00
committed by Jeremy Soller
parent 606ba01b48
commit 7888f214bb
2 changed files with 7 additions and 0 deletions

View File

@ -41,6 +41,7 @@ KEYMAP?=jeremy
```
## Test build your EC
* Make sure all dependencies are installed (see above).
* From the `ec` directory, run `make` to make sure it builds correctly.
## Flash your EC