Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0457DF15B for ; Fri, 22 Mar 2013 20:49:45 +0000 (UTC) Received: (qmail 45072 invoked by uid 500); 22 Mar 2013 20:49:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 45035 invoked by uid 500); 22 Mar 2013 20:49:44 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 45018 invoked by uid 99); 22 Mar 2013 20:49:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 20:49:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 989F58327BD; Fri, 22 Mar 2013 20:49:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: commits@cordova.apache.org Message-Id: <2b948b5e38374dae8332111668096346@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-2628: add link to getting started guides to readme. Date: Fri, 22 Mar 2013 20:49:44 +0000 (UTC) Updated Branches: refs/heads/master 0be8a9c01 -> 4ebae8573 CB-2628: add link to getting started guides to readme. Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/4ebae857 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/4ebae857 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/4ebae857 Branch: refs/heads/master Commit: 4ebae85738bca916692f9a14c85088bf0a94921e Parents: 0be8a9c Author: Fil Maj Authored: Fri Mar 22 13:49:39 2013 -0700 Committer: Fil Maj Committed: Fri Mar 22 13:49:39 2013 -0700 ---------------------------------------------------------------------- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/4ebae857/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 395910b..f177fbd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > The command line tool to build, deploy and manage [Cordova](http://cordova.io)-based applications. +[Apache Cordova](http://cordova.io) allows for building native mobile applications using HTML, CSS and JavaScript. Check out the [Getting Started guides](http://cordova.apache.org/docs/en/edge/guide_getting-started_index.md.html#Getting%20Started%20Guides) for more details on how to work with Cordova sub-projects. + # Requirements * [nodejs](http://nodejs.org/) @@ -16,9 +18,7 @@ cordova-cli has been tested on Mas OS X and Linux. # Install -``` -npm install -g cordova -``` + npm install -g cordova **NOTE**: on Unix-based machines, you may want to change the owner of the cordova directory that npm installs to. This will allow you to run cordova as local user without requiring root permissions. Assuming your node_modules directory is in `/usr/local/lib/`, you can do this by running: