diff --git a/iot/carbon/build/linux/build-shell.md b/iot/carbon/build/linux/build-shell.md index 9278f3969..e17ee4b01 100644 --- a/iot/carbon/build/linux/build-shell.md +++ b/iot/carbon/build/linux/build-shell.md @@ -15,21 +15,21 @@ These instructions will show how to build a sample Zephyr application using a Li *** -####**Step 0**: Download and setup Zephyr +#### **Step 0**: Download and setup Zephyr - Download and setup the Zephyr development environment from https://www.zephyrproject.org. You can find more information about installing the Zephyr SDK at https://www.zephyrproject.org/doc/getting_started/getting_started.html ```shell $ git clone https://gerrit.zephyrproject.org/r/zephyr ``` -####**Step 1**: Build the Zephyr shell application +#### **Step 1**: Build the Zephyr shell application **Build the sample shell application as follows:** ```shell $ cd zephyr $ source zephyr-env.sh -$ cd samples/subsys/shell +$ cd samples/subsys/shell/shell_module/ $ mkdir outdir; cd outdir $ cmake -DBOARD=96b_carbon .. $ make