From a64bd5dd5bed0721da5119a4595c40676131b485 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 1 Aug 2022 15:43:27 +0200 Subject: [PATCH] docs/getting: fix duplicated block name Signed-off-by: Unai Martinez-Corral --- docs/getting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting.rst b/docs/getting.rst index 8a33fde..4a4081f 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -163,7 +163,7 @@ Updating Yosys SystemVerilog plugin Make sure ``curl``, ``jq``, ``tar`` and ``wget`` are installed (used to automatically download newest version): .. code-block:: bash - :name: activate-xc7 + :name: get-utils apt install curl jq tar wget