From b78ed73bde0be339c1fbabca02b4cfdfd53448b7 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Tue, 27 May 2014 11:26:44 -0400 Subject: [PATCH] Add `npm install -g chrome-harness-push` to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4918cfd..3e0b563 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Pre-built APKs are available [here](https://github.com/MobileChromeApps/harness/ 2. Push your app to it via the harness-push tool 3. Use two-finger double-tap to bring up in-app menu. +Example of pushing: + + npm install -g chrome-harness-push + chrome-harness-push push . + ## Repository Initialization npm install