To use seed_db, we have to login first.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index 4e372e2..56133fe 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -130,7 +130,8 @@
 
 (If you want to run on a different port, you can use the `--port` argument.  Other arguments are described [http://code.google.com/appengine/docs/thedevwebserver.html here].)
 
-(Since you are starting from scratch, you will probably want some sample data. Visit [http://localhost:8080/seed_db] to have Melange generate data for you and save your fingers for code!)
+(Since you are starting from scratch, you will probably want some sample data.
+You can use Melange generated data to save yours fingers for code. First you need to login, visit [http://localhost:8080/login] for the same. After login visit [http://localhost:8080/seed_db] to have Melange generated data for you.)
 
 = Running on and Deploying to App Engine's cluster =
 If you want to run an instance of Melange on Google's App Engine infrastructure, there are a few more steps to make sure it deploys the right data to the right place.