From 4174de879a373f6ba8a83b85b3d02f7ccbe7dba1 Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Sat, 1 Jul 2023 22:51:02 +0300 Subject: [PATCH] Add invoke --- Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building.md b/Building.md index 3341feb..1816a3e 100644 --- a/Building.md +++ b/Building.md @@ -25,7 +25,7 @@ This create a docker image, build the firmware, and output all the files in the The script can be called without any sub-commands as well: ``` -scripts/deploy.sh +$ scripts/deploy.sh ``` It will 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.