Fix doc url links (#2173)
* Fix doc url links * version tag to latest --------- Co-authored-by: be5invis <belleve@typeof.net> Co-authored-by: nobk <nobk@noreplay.github.com>
This commit is contained in:
parent
8114a08f94
commit
fa0b84f0ac
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ Note: Make docker image need execute only one time.
|
|||
|
||||
## Usage
|
||||
`docker run -it --rm -v $PWD:/work fontcc <BUILD_ARGS>`
|
||||
Please refer to the `<BUILD_ARGS>` parameters to [Customized Build](../dev/doc/custom-build.md#customized-build)
|
||||
Please refer to the `<BUILD_ARGS>` parameters to [Customized Build](../../dev/doc/custom-build.md#customized-build)
|
||||
### Optional parameters (put them before `fontcc`):
|
||||
1. `-e "VERSION_TAG=<tag>"`
|
||||
|
||||
`<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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue