From d7e9c366bdcbcfa3cc5e8f88e1b73e4e5c0bb66f Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Thu, 31 Aug 2023 15:15:09 +0200 Subject: [PATCH] CLI formatting --- documentation/building.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/building.md b/documentation/building.md index 6331232c..59ce7746 100644 --- a/documentation/building.md +++ b/documentation/building.md @@ -44,10 +44,11 @@ In addition to the usual http/https ports (tcp 80, tcp 443) a couple of other po ## Getting the code. First, get the code on your system! The simplest method is via git. -
-- cd ~/ -- git clone --recurse-submodules https://github.com/OpenVoiceOS/ovos-buildroot.git -- cd ovos-buildroot +``` +$ cd ~/ +$ git clone --recurse-submodules https://github.com/OpenVoiceOS/ovos-buildroot.git +$ cd ovos-buildroot +``` ## Building the image. Building the image(s) can be done by utilizing a proper Makefile;