mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
doc: build: docker: Fix code highlighting syntax
Remove double :: before .. code-block:: bash to correctly highlight the following commands. Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
37a33d326e
commit
e763c19507
1 changed files with 1 additions and 1 deletions
2
doc/build/docker.rst
vendored
2
doc/build/docker.rst
vendored
|
@ -28,7 +28,7 @@ fast amd64 (i.e. 64-bit x86) and arm64 machines is::
|
|||
And this will result in a builder named multiarch-multinode that will build
|
||||
each platform natively on each node.
|
||||
|
||||
To build the image yourself::
|
||||
To build the image yourself:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue