diff --git a/README.md b/README.md index 408b1cd..fc54036 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ Install dependencies using the provided script: ``` ./scripts/deps.sh ``` + +The dependencies include `rustup` - if it wasn't installed on your system before and you plan to flash the firmware within the same shell session, you should additionally source the environment variables for cargo to avoid build failures: + +``` +source $HOME/.cargo/env +``` diff --git a/doc/keyboard-layout-customization.md b/doc/keyboard-layout-customization.md index faffeec..4b1936d 100644 --- a/doc/keyboard-layout-customization.md +++ b/doc/keyboard-layout-customization.md @@ -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