From f7243161a53f623fbcd59d8879eee6463451108c Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Tue, 14 Nov 2023 12:54:06 -0700 Subject: [PATCH] Fix doc typo --- BUILDING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 49b2c28cd33..4b6644f0c64 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -5,10 +5,8 @@ If you cloned the repository you will need to set up the git submodules (if you downloaded and extracted a release, you can skip this step): -.. code-block:: bash - - > git submodule init - > git submodule update + git submodule init + git submodule update VTR requires several system packages. From the top-level directory, run the following script to install the required packages on a modern Debian or Ubuntu system: