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 <andy.sinclair@nordicsemi.no>
This commit is contained in:
Andy Sinclair 2024-03-13 12:05:33 +00:00 committed by Fabio Baltieri
parent f9f2da2404
commit 85cf88ef5e

View file

@ -57,6 +57,7 @@ west update
To build the application, run the following command:
```shell
cd example-application
west build -b $BOARD app
```