From fd00b574cf7032705d69a851fbd73d96930852da Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Sat, 1 Jul 2023 22:47:29 +0300 Subject: [PATCH] Make usage of script less ambigious --- Building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building.md b/Building.md index 9105d64..9468ac8 100644 --- a/Building.md +++ b/Building.md @@ -14,12 +14,12 @@ To build IronOS firmware, there are quite a few different means to build this fi ## Using docker -If your machine has docker installed, you can call the `scripts/deploy.sh build` script from the root of this repo to create a docker image, build the firmware, and output all the files in the `scripts/ci/artifacts` folder +If your machine has docker installed, you can call ```scripts/deploy.sh build``` script from the root of this repo to create a docker image, build the firmware, and output all the files in the `scripts/ci/artifacts` folder ### Dev -If you use the `scripts/deploy.sh` script, it will instead load you into the docker image, which is useful if you plan to run many builds to test ideas and don't want to wait for the spin up/down of the docker image. +If you just call the ```scripts/deploy.sh``` script, it will instead load you into the docker image, which is useful if you plan to run many builds to test ideas and don't want to wait for the spin up/down of the docker image. ## Using STMCubeIDE