docs: missing newline after code block.
This commit is contained in:
parent
338e58e708
commit
91a631ef4f
|
@ -13,6 +13,7 @@ The first time, make sure dependencies are installed and run ``./install-packer.
|
||||||
1. If updates to the image spec are needed, edit `ubuntu-boards.yml` and run
|
1. If updates to the image spec are needed, edit `ubuntu-boards.yml` and run
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
bazel run //packer:ubuntu-board-gen -f $(pwd)/ubuntu-boards.yml -o $(pwd)/boards
|
bazel run //packer:ubuntu-board-gen -f $(pwd)/ubuntu-boards.yml -o $(pwd)/boards
|
||||||
|
|
||||||
This will place the board with a default name in the ``boards`` directory.
|
This will place the board with a default name in the ``boards`` directory.
|
||||||
|
|
Loading…
Reference in New Issue