diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 04:48:23 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 04:48:23 +0000 |
commit | 519d69d58ac02a87f697b780097d48a5bc6e007c (patch) | |
tree | 6c912cbc7ffb4ea988d41fed59b16efda256aa5b /extensions/shell/README | |
parent | d71337daf8516256ca319e5922a37763da149c16 (diff) | |
download | chromium_src-519d69d58ac02a87f697b780097d48a5bc6e007c.zip chromium_src-519d69d58ac02a87f697b780097d48a5bc6e007c.tar.gz chromium_src-519d69d58ac02a87f697b780097d48a5bc6e007c.tar.bz2 |
extensions/shell: Update README file with the recent flag change.
The --app flag is gone, now it is called --app-shel-app-path.
BUG=None
TEST=see README
R=jamescook@chromium.org
TBR=yoz@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/414223010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285862 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/shell/README')
-rw-r--r-- | extensions/shell/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/shell/README b/extensions/shell/README index 25a04d7..52e64dd 100644 --- a/extensions/shell/README +++ b/extensions/shell/README @@ -10,4 +10,8 @@ app_shell is only officially supported on Chrome OS. # How to run -app_shell --app=/path/to/extension +$ app_shell --app-shell-app-path=/path/to/extension + +# For example, you can try the calculator app: + +$ app_shell --app-shell-app-path=chrome/common/extensions/docs/examples/apps/calculator/app/ |