From 7cf1d6137019f2fde06884b8c75b55c1d5616f47 Mon Sep 17 00:00:00 2001 From: ping <dev@guillaumepin.ch> Date: Tue, 25 Feb 2025 11:20:46 +0100 Subject: [PATCH] Clarify env variables vs. parameters --- live_exam_os/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/live_exam_os/README.md b/live_exam_os/README.md index 744a4b2..994b3bd 100644 --- a/live_exam_os/README.md +++ b/live_exam_os/README.md @@ -91,6 +91,11 @@ export CACHE_FS="cache" ``` Uncomment and set the necessary variables to customize your build environment. + +### Environment Variables vs. Parameters + +The parameters passed to the script simply set environment variables. You have the choice between directly using environment variables or using the parameters. This flexibility allows you to configure the build environment either through a .env file or by passing parameters directly to the script. + ### Example Usage Here are some examples of how to use the script with the Makefile: -- GitLab