about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:30:06 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:30:06 -0400
commit39549bebf0f4bcbc9fe5a67affe4d9ae00f6993f (patch)
tree611b7fd6c347cd1e2ea5e1fae4131fec20908352 /src
parenta548e8185a945e993e58f4cacf116943907cd29e (diff)
downloadrust-39549bebf0f4bcbc9fe5a67affe4d9ae00f6993f.tar.gz
rust-39549bebf0f4bcbc9fe5a67affe4d9ae00f6993f.zip
Add a note that this requires `git`.
Diffstat (limited to 'src')
-rw-r--r--src/doc/guide.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index f7d1fad1fae..d295a8a6b5d 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -301,7 +301,14 @@ $ make install # may need sudo or admin permissions
 ```
 
 The `--recursive` downloads Cargo's own dependencies. You can't use Cargo to
-fetch dependencies until you have Cargo installed!
+fetch dependencies until you have Cargo installed! Also, you will need to have
+`git` installed. Much of the Rust world assumes `git` usage, so it's a good
+thing to have around. Please check out [the git
+documentation](http://git-scm.com/book/en/Getting-Started-Installing-Git) for
+more on installing `git`.
+
+We hope to give Cargo a binary installer, similar to Rust's own, so that
+this will not be necessary in the future.
 
 Let's see if that worked. Try this: