From 9fcc620476e10fd93076e2791af1a752f2cc769d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jun 2026 10:11:25 +0200 Subject: [PATCH] Build istruction --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bb1761..b3f28d4 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,9 @@ Clone the existing repository from the git server to the production server: git switch chore/proposed-structure Project directory structure: + internal: contains the source code + scripts/build: contains the scripts to rebuild docker images build.sh <-- define the version tag here, e.g., v1.3 afasystemadmin/ble-ai-localizer bridge_v1.3 afasystemadmin/ble-ai-localizer decoder_v1.3 @@ -221,8 +223,10 @@ Project directory structure: scripts/api/smoke_test.sh runtime test script for verification itself Commands for subsequent commits and pushes: - Shows modified files not yet added to the commit in red, and modified files added to the commit in green; ignores unmodified files: - git status + Shows modified files not yet added to the commit in red, + and modified files added to the commit in green; ignores unmodified files: + + git status git add . git commit -m "Modified..."