Index: blimp/docs/running.md |
diff --git a/blimp/docs/running.md b/blimp/docs/running.md |
index da74e26b76783228da6058368ac90fe2fa4fa518..989c395ff7c17787f5a62786e5f633ff7f2ae19d 100644 |
--- a/blimp/docs/running.md |
+++ b/blimp/docs/running.md |
@@ -163,7 +163,10 @@ The following flags are required to start an Engine instance: |
* `--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`. |
+ If the android client is kitkat system, this would be |
nyquist
2016/08/12 03:44:12
Android* and KitKat*
Menglin
2016/08/12 19:25:09
Done.
|
+ `out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/kitkat/`. |
+ If the android client is marshmallow system, this would be |
nyquist
2016/08/12 03:44:12
Android* and Marshmallow*
Menglin
2016/08/12 19:25:09
Done.
|
+ `out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/marshmallow/`. |
* `--disable-remote-fonts`: Disables downloading of custom web fonts in the |
renderer. |
@@ -173,7 +176,7 @@ One can start the engine using these flags: |
```bash |
out-linux/Debug/blimp_engine_app \ |
- --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts \ |
+ --android-fonts-path=out-linux/Debug/gen/third_party/blimp_fonts/font_bundle/marshmallow/ \ |
--blimp-client-token-path=/tmp/blimpengine-token \ |
--enable-logging=stderr \ |
--vmodule="blimp*=1" |