Skip to content

Commit fd32e89

Browse files
committed
Added docs
1 parent a5b235a commit fd32e89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/buildWithDocker.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,9 @@ Here's an example for `pinetime-app`:
8787
```sh
8888
docker run --rm -it -v ${PWD}:/sources --user $(id -u):$(id -g) infinitime-build /opt/build.sh pinetime-app
8989
```
90+
91+
If you want to change the apps and/or watchfaces built in the project, you can pass `ENABLE_USERAPPS` and `ENABLE_WATCHFACES` as environment variables like so:
92+
93+
```sh
94+
docker run --rm -it -v ${PWD}:/sources -e ENABLE_USERAPPS="Apps::Alarm,Apps::Timer,Apps::Steps,Apps::HeartRate,Apps::Music,Apps::Navigation" infinitime-build
95+
```

0 commit comments

Comments
 (0)