summaryrefslogtreecommitdiff
path: root/docs/sections/building.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/building.md')
-rw-r--r--docs/sections/building.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index ff5b518..7bd01d1 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -371,12 +371,13 @@ cmake .. \
If the TensorFlow source tree is not in its default expected location, set the path
using `TENSORFLOW_SRC_PATH`. Similarly, if the Ethos-U55 NPU driver and CMSIS are
not in the default location, `ETHOS_U55_DRIVER_SRC_PATH` and `CMSIS_SRC_PATH` can be
-used to configure their location. For example:
+used to configure their location.
+For example:
```commandline
cmake .. \
-DTENSORFLOW_SRC_PATH=/my/custom/location/tensorflow \
- -DETHOS_U55_DRIVER_SRC_PATH=/my/custom/location/core_driver \
+ -DETHOS_U55_DRIVER_SRC_PATH=/my/custom/location/core-driver \
-DCMSIS_SRC_PATH=/my/custom/location/cmsis
```