| Index: blimp/docs/running.md
|
| diff --git a/blimp/docs/running.md b/blimp/docs/running.md
|
| index 8accd3ee93290bbe5b39b48948c8242b50662bd3..bb92199f03f870a4c83f989f2bfe6bfed4738e55 100644
|
| --- a/blimp/docs/running.md
|
| +++ b/blimp/docs/running.md
|
| @@ -100,6 +100,8 @@ also start a new shell and keep the following command running:
|
| compositor.
|
| * `--disable-cached-picture-raster`: Ensures that rasterized content is not
|
| destroyed before serialization.
|
| +* `--android-fonts-path=$PATH`: Path to where the fonts are located.
|
| + Typically this would be `out-linux/Debug/gen/third_party/blimp_fonts`.
|
|
|
| #### Typical invocation
|
| When the client connects to a manually specified engine instead of using the
|
| @@ -122,6 +124,7 @@ out-linux/Debug/blimp_engine_app \
|
| --disable-cached-picture-raster \
|
| --blimp-client-token-path=/tmp/blimpengine-token \
|
| --user-data-dir=/tmp/blimpengine \
|
| + --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts \
|
| --enable-logging=stderr \
|
| --vmodule="blimp*=1"
|
| ```
|
|
|