diff --git a/README.md b/README.md index 7a0780b..0ded11f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ docker run -ti -p 5900:5900 -v :/workdir zephyr-build: Follow the steps below to build a display sample application for the _native POSIX_ board: ``` -west build -b native_posix samples/display/cfb +west build -b native_posix samples/subsys/display/cfb west build -t run ```