add git login step to Get Started guide
without this, repo sync repeatedly prompts for login, which
is basically impossible because they stack on each other in the terminal
Change-Id: I5c095b80b4723a3243defb81bd7306d26ce1c439
diff --git a/GettingStarted.md b/GettingStarted.md
index 87f49bb..94f8ebd 100644
--- a/GettingStarted.md
+++ b/GettingStarted.md
@@ -5,7 +5,11 @@
We've stored our code in Gerrit, and like the Android developers before us, we
use `repo` to manage the projects in our Gerrit repositories.
-To get started, first, you're going to need to pull down a copy of the `repo`
+To get started, first make sure you have a Git login for all our projects
+by going to [googlesource.com/new-password](https://www.googlesource.com/new-password)
+and pasting the provided script into a terminal.
+
+Now you need to pull down a copy of the `repo`
tool from our public facing sites and add it to your path:
```