From 91a631ef4fdbcf131cf907d37e587c038783fac3 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 12 Apr 2023 18:55:49 +0000 Subject: [PATCH] docs: missing newline after code block. --- docs/packer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/packer.rst b/docs/packer.rst index dcaa9be..85db862 100644 --- a/docs/packer.rst +++ b/docs/packer.rst @@ -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 .. code-block:: shell + 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.