Updated Branches: refs/heads/2.9.x 0a3923821 -> 8352c8110 refs/heads/master 50865138d -> bad21dd19
[CB-3905] Update Getting Started home page to focus on CLI. - fill out getting started splash screen - update splash screen to focus on CLI prereq, omit archaic CL utils Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/bad21dd1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/bad21dd1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/bad21dd1 Branch: refs/heads/master Commit: bad21dd19a4a4417161e7fd54fc19cdca4e62162 Parents: 5086513 Author: Mike Sierra <[email protected]> Authored: Tue Jun 18 13:34:23 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Wed Jun 19 11:58:38 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/getting-started/index.md | 36 ++++++++++++++++-------- 1 file changed, 25 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/bad21dd1/docs/en/edge/guide/getting-started/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/getting-started/index.md b/docs/en/edge/guide/getting-started/index.md index 9232fed..2fb092f 100644 --- a/docs/en/edge/guide/getting-started/index.md +++ b/docs/en/edge/guide/getting-started/index.md @@ -20,14 +20,28 @@ license: Licensed to the Apache Software Foundation (ASF) under one Getting Started Guides ====================== -- Getting Started with Android -- Getting Started with BlackBerry -- Getting Started with BlackBerry 10 -- Getting Started with iOS -- Getting Started with Symbian -- Getting Started with WebOS -- Getting Started with Windows Phone 7 -- Getting Started with Windows Phone 8 -- Getting Started with Windows 8 -- Getting Started with Bada -- Getting Started with Tizen +Before developing for any of the platforms listed below, install +cordova's command-line interface (CLI). +(For details, see The Cordova Command-line Interface.) + +To develop Cordova applications, you must install SDKs for each mobile +platform you are targeting. This installation is necessary regardless +of whether you do the majority of your work in the SDK or use the CLI +for your build cycle. + +This section tells you all you need to know to set up your development +environment to support each platform: where to obtain the SDK, how to +set up device emulators, how to connect devices for direct testing, +and managing signing key requirements. + +- Getting Started with Android (Windows, Mac, Linux) +- Getting Started with BlackBerry (Windows, Mac) +- Getting Started with BlackBerry 10 (Windows, Mac) +- Getting Started with iOS (Mac) +- Getting Started with Symbian (Windows, Mac, Linux) +- Getting Started with WebOS (Windows, Mac, Linux) +- Getting Started with Windows Phone 7 (Windows 7 or 8) +- Getting Started with Windows Phone 8 (Windows 8) +- Getting Started with Windows 8 (Windows 8) +- Getting Started with Bada (Windows) +- Getting Started with Tizen (Windows, Linux)
