From 8769e049366a5e8677f8bbb0e21e2e8b774030d0 Mon Sep 17 00:00:00 2001 From: hiepxanh Date: Fri, 16 Nov 2018 17:34:09 +0700 Subject: [PATCH] update readme.md with buildConfig detail --- doc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.md b/doc/readme.md index 046470dfb..c2b807f35 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -497,7 +497,7 @@ cordova run [ [...]] | --device | Deploy to a device | --emulator | Deploy to an emulator | --target | Deploy to a specific target emulator/device. Use `--list` to display target options -| --buildConfig=`` | Default: build.json in cordova root directory.
Use the specified build configuration file. `build.json` file is used to specify paramaters to customize the app build process esecially related to signing the package. +| --buildConfig=`` | Default: build.json in cordova root directory.
Use the specified build configuration file. `build.json` file is used to specify paramaters to customize the app build process esecially related to signing the package.
Use `~` to target to `HOME` enviroment variable. | `` | To provide platform specific options, you must include them after `--` separator. Review platform guide docs for more details. ### Examples