Skip to content

Commit cfa7c72

Browse files
committed
readme: update environment variable entry
1 parent 8652e32 commit cfa7c72

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ A live example of this setup is available here: https://github.com/frealmyr/3d-l
4444

4545
## Docker environment variables
4646

47-
| Variable | Description| Reqired |
48-
| :--- | :- | :-: |
49-
| BOARD | Platformio default_envs | yes |
50-
| UPDATE_SKIP | Skip firmware update prompt | no |
51-
| UPDATE_FORCE | Update to latest Marlin release | no |
52-
| USE_TAG | Compile using a specific release tag | no |
53-
| USE_BRANCH | Compile using a branch instead of latest tag | no |
47+
| Variable | Description| Required | Example value |
48+
| :--- | :- | :-: | :--: |
49+
| BOARD | Platformio default_envs | yes | `STM32F103RET6_creality` |
50+
| UPDATE_SKIP | Skip firmware update prompt | no | `true` |
51+
| UPDATE_FORCE | Update to latest Marlin release | no | `true` |
52+
| USE_TAG | Compile using a specific release tag | no | `2.0.7.1` |
53+
| USE_BRANCH | Compile using a branch instead of latest tag | no | `bugfix-2.0.x` |
54+
55+
>Different branches and tag versions might use a different CONFIGURATION_H_VERSION, firmware build will fail in such a case. Requiring you to update your configuration files with upstream changes.
5456
5557
## Docker volume mounts
5658

0 commit comments

Comments
 (0)