Skip to content
Snippets Groups Projects
Commit 7cf1d613 authored by ping's avatar ping
Browse files

Clarify env variables vs. parameters

parent b6e0a2db
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,11 @@ export CACHE_FS="cache" ...@@ -91,6 +91,11 @@ export CACHE_FS="cache"
``` ```
Uncomment and set the necessary variables to customize your build environment. 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 ### Example Usage
Here are some examples of how to use the script with the Makefile: Here are some examples of how to use the script with the Makefile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment