From 85cf88ef5e7871ba4d5290612fe57ad67ffc6c6a Mon Sep 17 00:00:00 2001 From: Andy Sinclair Date: Wed, 13 Mar 2024 12:05:33 +0000 Subject: [PATCH] readme: Added missing directory change in build instructions The current build instructions omit a necessary directory change after creating the workspace. Signed-off-by: Andy Sinclair --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea82a97..97e58e1 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ west update To build the application, run the following command: ```shell +cd example-application west build -b $BOARD app ```