aboutsummaryrefslogtreecommitdiff
path: root/pw_rust/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rust/docs.rst')
-rw-r--r--pw_rust/docs.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/pw_rust/docs.rst b/pw_rust/docs.rst
index b917b54ce..d2d0a3c08 100644
--- a/pw_rust/docs.rst
+++ b/pw_rust/docs.rst
@@ -19,7 +19,7 @@ and ``microbit`` QEMU machines. The example can be built and run using
the following commands where ``PLATFORM`` is one of ``lm3s6965evb`` or
``microbit``.
-.. code:: bash
+.. code-block:: bash
$ bazel build //pw_rust/examples/embedded_hello:hello \
--platforms //pw_build/platforms:${PLATFORM} \
@@ -42,13 +42,13 @@ Building
To build the sample rust targets, you need to enable
``pw_rust_ENABLE_EXPERIMENTAL_BUILD``:
-.. code:: bash
+.. code-block:: bash
$ gn gen out --args="pw_rust_ENABLE_EXPERIMENTAL_BUILD=true"
Once that is set, you can build and run the ``hello`` example:
-.. code:: bash
+.. code-block:: bash
$ ninja -C out host_clang_debug/obj/pw_rust/example/bin/hello
$ ./out/host_clang_debug/obj/pw_rust/examples/host_executable/bin/hello