From 2b5891d022204341300b626835874397bd37cd5f Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Wed, 20 Nov 2024 14:11:17 +0100 Subject: [PATCH] docs: update README.md Signed-off-by: AtomicFS --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7f668c1..0cc37dc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,12 @@ Example usage of [firmware-action](https://github.com/9elements/firmware-action). + +## How to use + +```bash +git clone --depth 1 git@github.com:9elements/firmware-action-example.git +cd firmware-action-example +git submodule update --depth 1 --init --recursive +firmware-action build --config=firmware-action.json --target=coreboot-example +```