diff --git a/README.md b/README.md
index a3d16f219ee0b7cc0cc671c25b5ad7c17b6fbda0..52a4ca2f431f104fc77d14a8cf8e6c1b7343d18b 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ After all gems were installed succesfuly. Please create the database using the f
 * If you have the dump of the database, use it before db:migrate.
     * To use the dump, run this commands:  ```psql -U $DATABASE_USER -d $DATABASE_NAME < $DATABASE_PATH/dump_name.sql ```  
 *  ``` rake db:migrate ```
+*  Then run `rake db:seed`.
 
 ``` Note ``` : You need to load the dump in the database_dev.