Skip to content

Commit 2e7eaf7

Browse files
authored
Correct README.md about building arguments of docker image. Fixes #748 (#777)
1 parent 6162e2e commit 2e7eaf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Teardown of compilation command:
4747

4848
### Building Dockerfile
4949

50-
This image requires to specify following build arguments:
50+
This image has following optional arguments
5151

52-
| arg | description |
53-
| --- | --- |
54-
| `EMSCRIPTEN_VERSION` | One of released version of Emscripten. For example `1.39.17`<br/> Minimal supported version is **1.39.0**|
52+
| arg | default value | description |
53+
| --- | --- | --- |
54+
| `EMSCRIPTEN_VERSION` | `tot`<br/>(special case, tip-of-tree) | One of released version of Emscripten. For example `2.0.0`<br/> Minimal supported version is **1.39.0** |
5555

5656
**Building**
5757

0 commit comments

Comments
 (0)