diff --git a/docker/README.md b/docker/README.md index c044c7ccd..d7b99c67b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -12,14 +12,14 @@ Note: Make docker image need execute only one time. ## Usage `docker run -it --rm -v $PWD:/work fontcc ` -Please refer to the `` parameters to [Customized Build](../dev/doc/custom-build.md#customized-build) +Please refer to the `` parameters to [Customized Build](../../dev/doc/custom-build.md#customized-build) ### Optional parameters (put them before `fontcc`): 1. `-e "VERSION_TAG="` `` can be the following values - `main` git main branch - `dev` git dev branch -- `v8.0.5` git [release version tags](../../tags) +- `v28.0.5` git [release version tags](../../../tags) When this variable is omitted, the tag of the latest release will be selected