Repository: cordova-docs Updated Branches: refs/heads/master b004f0cd0 -> 1e3311a60
CB-6208 List git as a pre-req. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1e3311a6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1e3311a6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1e3311a6 Branch: refs/heads/master Commit: 1e3311a60ca90101c73eaf338b1476e6cf93010b Parents: b004f0c Author: Marcel Kinard <[email protected]> Authored: Wed Mar 12 17:29:07 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Mar 12 17:29:07 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1e3311a6/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 c9dfaf6..480b6b5 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -67,6 +67,12 @@ To install the `cordova` command-line tool, follow these steps: installation, you should be able to invoke `node` or `npm` on your command line. +1. Download and install a git client, if you don't already have one. + Following installation, you should be able to invoke `git` + on your command line. Even though you won't be using `git` manually, + the CLI does use it behind-the-scenes to download some assets when + creating a new project. + 1. Install the `cordova` utility. In Unix, prefixing the additional `sudo` command may be necessary to install development utilities in otherwise restricted directories:
