You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/25 00:13:05 UTC

[10/12] docs commit: [CB-3816] clarify 3.0's different upgrade approach

[CB-3816] clarify 3.0's different upgrade approach


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

Branch: refs/heads/master
Commit: 636109a43ecabed101490b60753ee5e0249f5dd8
Parents: a61dbbb
Author: Mike Sierra <le...@gmail.com>
Authored: Tue Jul 23 09:55:31 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Jul 24 15:11:54 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/636109a4/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index ff0e2c1..520af1d 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -316,10 +316,18 @@ update it to the latest version by running the following command:
 
 Use this syntax to install a specific version:
 
-        $ sudo npm install -g cordova@2.8.0
+        $ sudo npm install -g cordova@3.0.0
 
 Run the `info` command for a listing that includes the current version
 along with other available version numbers:
 
         $ npm info cordova
 
+Cordova 3.0 is the first version to support the command-line interface
+described in this section. If you are updating from a version prior to
+3.0, you need to create a new project as described above, then copy
+the older application's assets into the top-level `www` directory.
+Where applicable, further details about upgrading to 3.0 are available
+in the Platform Guides.  Once you upgrade to the `cordova`
+command-line interface, the more time-consuming procedures described
+there are no longer relevant.