You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/04/04 22:47:48 UTC

webworks commit: CB-6346 Remove NPM warning from README

Repository: cordova-blackberry
Updated Branches:
  refs/heads/master e3fd5de55 -> fd2b1d4f8


CB-6346 Remove NPM warning from README


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/fd2b1d4f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/fd2b1d4f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/fd2b1d4f

Branch: refs/heads/master
Commit: fd2b1d4f891c0e4a2d5afe73ce6fee928b9cd99b
Parents: e3fd5de
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Fri Apr 4 16:47:15 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Fri Apr 4 16:47:15 2014 -0400

----------------------------------------------------------------------
 blackberry10/README.md | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/fd2b1d4f/blackberry10/README.md
----------------------------------------------------------------------
diff --git a/blackberry10/README.md b/blackberry10/README.md
index 67c242a..afaaf1b 100644
--- a/blackberry10/README.md
+++ b/blackberry10/README.md
@@ -48,9 +48,6 @@ where
 - `<project-name>` specifies the app's display name
 - `<path-to-www-template>` specifies the directory to use as a template
 
-*Note*: the create command bootstraps dependency installation through the `npm install` command. Depending on installation directory and system permissions, this may require admin privileges.
-If a problem is encountered on *OS X*/*Linux*, run `sudo npm install` before using the `create` command. On *Windows*, run `npm install` in a command line utility opened with admin privileges.
-
 Adding and managing targets
 ---------------------------