diff --git a/README.md b/README.md index 6fb955d..088bbca 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ laptops. - [Creating a custom keyboard layout](./doc/keyboard-layout-customization.md) - [Adding a new board](./doc/adding-a-new-board.md) -## Dependencies +## Quickstart -Install dependencies using the provided script: +Install dependencies using the provided script. -``` +```sh ./scripts/deps.sh ``` @@ -23,10 +23,18 @@ If rustup was installed as part of this, then the correct `cargo` will not be available in the running session. Start a new shell session or source the env file to update `PATH`. -``` +```sh source $HOME/.cargo/env ``` +Then build the firmware for your laptop model. + +```sh +make BOARD=system76/ +``` + +See [Flashing](./doc/flashing.md) for how to use the new firmware image. + ## Releases The EC firmware itself does not have tagged releases. Any commit of this repo