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

docs commit: CB-6208 Add link to git downloads

Repository: cordova-docs
Updated Branches:
  refs/heads/master 1e3311a60 -> 2c5fde6c9


CB-6208 Add link to git downloads


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

Branch: refs/heads/master
Commit: 2c5fde6c910523082a38b0b3f038e4ba8e6f7bf1
Parents: 1e3311a
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Mar 13 09:12:49 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Mar 13 09:12:49 2014 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2c5fde6c/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 480b6b5..60b3593 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -67,8 +67,8 @@ 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`
+1. Download and install a [git client](http://git-scm.com/), 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.